Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp251 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
252 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()
253 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsPt)->getArraySize())) in lowerIncomingArguments()
254 ++AfterAllocaInsPt; in lowerIncomingArguments()
255 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()
264 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()