Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp230 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local
231 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()