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

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp243 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); local
244 while (isa<AllocaInst>(AfterAllocaInsPt) &&
245 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsPt)->getArraySize()))
246 ++AfterAllocaInsPt;
256 Instruction *EI = ExtractValueInst::Create(AI, 0, "", AfterAllocaInsPt);
269 AfterAllocaInsPt);

Completed in 154 milliseconds