Home
last modified time | relevance | path

Searched refs:AfterAllocaInsertPt (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp284 BasicBlock::iterator AfterAllocaInsertPt = F->begin()->begin(); in splitLiveRangesLiveAcrossInvokes() local
285 while (isa<AllocaInst>(AfterAllocaInsertPt) && in splitLiveRangesLiveAcrossInvokes()
286 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsertPt)->getArraySize())) in splitLiveRangesLiveAcrossInvokes()
287 ++AfterAllocaInsertPt; in splitLiveRangesLiveAcrossInvokes()
295 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt); in splitLiveRangesLiveAcrossInvokes()
307 AI, AI->getType(), AI->getName()+".tmp", AfterAllocaInsertPt); in splitLiveRangesLiveAcrossInvokes()