HomeSort by relevance Sort by last modified time
    Searched refs:AfterAllocaInsPt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 225 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin();
226 while (isa<AllocaInst>(AfterAllocaInsPt) &&
227 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca())
228 ++AfterAllocaInsPt;
229 assert(AfterAllocaInsPt != F.front().end());
238 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp     [all...]

Completed in 64 milliseconds