Searched refs:OldBB (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp110 BasicBlock *OldBB = Inst->getParent(); local
111 BasicBlock *Cont = OldBB->splitBasicBlock(Inst);
112 OldBB->getTerminator()->eraseFromParent();
115 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB); local
117 BranchInst::Create(getTrapBB(), OldBB); local
/external/llvm/unittests/Analysis/
H A DCFGTest.cpp382 BasicBlock *OldBB = S[0]; local
385 S[0] = OldBB;
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp316 static void UpdateAnalysisInformation(BasicBlock *OldBB, BasicBlock *NewBB, argument
328 Loop *L = LI->getLoopFor(OldBB);
342 if (!PL->contains(OldBB))
355 // Unless we have a loop for OldBB, nothing else to do here.
371 while (PredLoop && !PredLoop->contains(OldBB))
375 if (PredLoop && PredLoop->contains(OldBB) &&
H A DCloneFunction.cpp569 const BasicBlock *OldBB = OPN->getParent(); local
570 BasicBlock *NewBB = cast<BasicBlock>(VMap[OldBB]);
575 PHIToResolve[phino]->getParent() == OldBB; ++phino) {
633 BasicBlock::const_iterator OldI = OldBB->begin();
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h711 auto *OldBB = Inst->getParent(); local
716 if (OldBB == NewBB)
719 auto *OldLoop = getLoopFor(OldBB);
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1554 auto *OldBB = OldPacketMIs.front()->getParent(); local
1556 if (MLI->getLoopFor(OldBB) != MLI->getLoopFor(ThisBB))

Completed in 882 milliseconds