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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 83 BasicBlock::iterator PrevInsertPoint = Builder->GetInsertPoint();
94 Builder->SetInsertPoint(PrevInsertPoint);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 625 Instruction *PrevInsertPoint = Builder.GetInsertPoint();
652 if (PrevInsertPoint)
653 Builder.SetInsertPoint(PrevInsertPoint);

Completed in 273 milliseconds