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

References

lib/Transforms/Scalar/GVN.cpp
 1096     if (Pred->getTerminator()->isEHPad()) {
 1099                  << Pred->getName() << "': " << *LI << '\n');
 1103     if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks, 0)) {
 1107     if (Pred->getTerminator()->getNumSuccessors() != 1) {
 1108       if (isa<IndirectBrInst>(Pred->getTerminator())) {
 1111                    << Pred->getName() << "': " << *LI << '\n');
 1116       if (isa<CallBrInst>(Pred->getTerminator())) {
 1119                    << Pred->getName() << "': " << *LI << '\n');
 1126                    << Pred->getName() << "': " << *LI << '\n');
 1130       CriticalEdgePred.push_back(Pred);
 1133       PredLoads[Pred] = nullptr;