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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2552             UnswitchCandidates.push_back({&I, {Cond}});
 2560         UnswitchCandidates.push_back({SI, {SI->getCondition()}});
 2570       UnswitchCandidates.push_back({BI, {BI->getCondition()}});
 2584     UnswitchCandidates.push_back({BI, std::move(Invariants)});
 2588   if (UnswitchCandidates.empty())
 2616       dbgs() << "Considering " << UnswitchCandidates.size()
 2729   for (auto &TerminatorAndInvariants : UnswitchCandidates) {
 2740           calculateUnswitchCostMultiplier(TI, L, LI, DT, UnswitchCandidates);