Searched refs:NewBB2Preds (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 575 SmallVector<BasicBlock*, 8> NewBB2Preds; in SplitLandingPadPredecessors() local 582 NewBB2Preds.push_back(Pred); in SplitLandingPadPredecessors() 587 if (!NewBB2Preds.empty()) { in SplitLandingPadPredecessors() 599 i = NewBB2Preds.begin(), e = NewBB2Preds.end(); i != e; ++i) in SplitLandingPadPredecessors() 604 UpdateAnalysisInformation(OrigBB, NewBB2, NewBB2Preds, DT, LI, in SplitLandingPadPredecessors() 608 UpdatePHINodes(OrigBB, NewBB2, NewBB2Preds, BI2, AA, HasLoopExit); in SplitLandingPadPredecessors()
|