Searched refs:AfterAllocaInsPt (Results 1 – 1 of 1) sorted by relevance
230 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local231 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()232 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments()233 ++AfterAllocaInsPt; in lowerIncomingArguments()234 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()250 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()