Searched refs:AfterAllocaInsPt (Results 1 – 1 of 1) sorted by relevance
254 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local255 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()256 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments()257 ++AfterAllocaInsPt; in lowerIncomingArguments()258 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()274 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", AfterAllocaInsPt); in lowerIncomingArguments()