Searched defs:OldBR (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp881 BranchInst *OldBR = cast<BranchInst>(loopPreheader->getTerminator()); local
882 assert(OldBR->isUnconditional() && OldBR->getSuccessor(0) == LoopBlocks[0] &&
886 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR);
887 LPM->deleteSimpleAnalysisValue(OldBR, L);
888 OldBR->eraseFromParent();

Completed in 206 milliseconds