Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp254 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
255 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()