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

  /external/llvm/unittests/Analysis/
CFGTest.cpp 386 BasicBlock *OldBB = S[0];
389 S[0] = OldBB;
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 112 BasicBlock *OldBB = Inst->getParent();
113 BasicBlock *Cont = OldBB->splitBasicBlock(Inst);
114 OldBB->getTerminator()->eraseFromParent();
117 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB);
119 BranchInst::Create(getTrapBB(), OldBB);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 481 const BasicBlock *OldBB = OPN->getParent();
482 BasicBlock *NewBB = cast<BasicBlock>(VMap[OldBB]);
487 PHIToResolve[phino]->getParent() == OldBB; ++phino) {
545 BasicBlock::const_iterator OldI = OldBB->begin();

Completed in 345 milliseconds