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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1084 BranchInst *OldBR = cast<BranchInst>(loopPreheader->getTerminator()); local
1085 assert(OldBR->isUnconditional() && OldBR->getSuccessor(0) == LoopBlocks[0] &&
1089 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR,
1091 LPM->deleteSimpleAnalysisValue(OldBR, L);
1092 OldBR->eraseFromParent();

Completed in 54 milliseconds