reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/JumpThreading.cpp
 2114           Pred, BFI->getBlockFreq(Pred) * BPI->getEdgeProbability(Pred, BB)));
 2118   if (BB->isLandingPad()) {
 2120     SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs);
 2122     NewBBs.push_back(SplitBlockPredecessors(BB, Preds, Suffix));
 2129     Updates.push_back({DominatorTree::Insert, NewBB, BB});
 2131       Updates.push_back({DominatorTree::Delete, Pred, BB});