Searched refs:AfterAllocaInsertPt (Results 1 – 1 of 1) sorted by relevance
284 BasicBlock::iterator AfterAllocaInsertPt = F->begin()->begin(); in splitLiveRangesLiveAcrossInvokes() local285 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()