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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2558       if (!isa<Constant>(SI->getCondition()) &&
 2559           L.isLoopInvariant(SI->getCondition()) && !BB->getUniqueSuccessor())
 2560         UnswitchCandidates.push_back({SI, {SI->getCondition()}});
 2560         UnswitchCandidates.push_back({SI, {SI->getCondition()}});