Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp228 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
229 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()
230 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments()
231 ++AfterAllocaInsPt; in lowerIncomingArguments()
232 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()
248 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp225 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
226 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()
227 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments()
228 ++AfterAllocaInsPt; in lowerIncomingArguments()
229 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()
238 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp798 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
799 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()
800 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsPt)->getArraySize())) in lowerIncomingArguments()
801 ++AfterAllocaInsPt; in lowerIncomingArguments()
811 Instruction *EI = ExtractValueInst::Create(AI, 0, "", AfterAllocaInsPt); in lowerIncomingArguments()
825 AfterAllocaInsPt); in lowerIncomingArguments()