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

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

Completed in 116 milliseconds