Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp302 BasicBlock::iterator AfterAllocaInsertPt = F->begin()->begin(); in splitLiveRangesLiveAcrossInvokes() local
303 while (isa<AllocaInst>(AfterAllocaInsertPt) && in splitLiveRangesLiveAcrossInvokes()
304 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsertPt)->getArraySize())) in splitLiveRangesLiveAcrossInvokes()
305 ++AfterAllocaInsertPt; in splitLiveRangesLiveAcrossInvokes()
313 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt); in splitLiveRangesLiveAcrossInvokes()
325 AI, AI->getType(), AI->getName()+".tmp", AfterAllocaInsertPt); in splitLiveRangesLiveAcrossInvokes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp265 BasicBlock::iterator AfterAllocaInsertPt = F->begin()->begin(); in splitLiveRangesAcrossInvokes() local
266 while (isa<AllocaInst>(AfterAllocaInsertPt) && in splitLiveRangesAcrossInvokes()
267 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsertPt)->getArraySize())) in splitLiveRangesAcrossInvokes()
268 ++AfterAllocaInsertPt; in splitLiveRangesAcrossInvokes()
276 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt); in splitLiveRangesAcrossInvokes()
288 AI, AI->getType(), AI->getName()+".tmp", AfterAllocaInsertPt); in splitLiveRangesAcrossInvokes()