Searched refs:OldBR (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1354 BranchInst *OldBR = cast<BranchInst>(loopPreheader->getTerminator()); local
1355 assert(OldBR->isUnconditional() && OldBR->getSuccessor(0) == LoopBlocks[0] &&
1367 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR,
1369 LPM->deleteSimpleAnalysisValue(OldBR, L);
1379 delete OldBR;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1825 BranchInst *OldBR = cast<BranchInst>(PreEntryBlock->getTerminator()); local
1826 assert(OldBR->isUnconditional() && OldBR->getSuccessor(0) == NewEntryBlock &&
1832 OldBR->dropAllReferences();
1833 OldBR->eraseFromParent();

Completed in 88 milliseconds