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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 114 BasicBlock *OldBB = Inst->getParent();
115 BasicBlock *Cont = OldBB->splitBasicBlock(Inst);
116 OldBB->getTerminator()->eraseFromParent();
119 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB);
121 BranchInst::Create(getTrapBB(), OldBB);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 427 const BasicBlock *OldBB = OPN->getParent();
428 BasicBlock *NewBB = cast<BasicBlock>(VMap[OldBB]);
433 PHIToResolve[phino]->getParent() == OldBB; ++phino) {
491 BasicBlock::const_iterator OldI = OldBB->begin();

Completed in 35 milliseconds