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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
 1143     if ((LoopExitBB = isTrivialLoopExitBlock(currentLoop,
 1146     } else if ((LoopExitBB = isTrivialLoopExitBlock(currentLoop,
 1153     if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
 1153     if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
 1159     UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, LoopExitBB,
 1191         LoopExitBB = LoopExitCandidate;
 1199     if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
 1199     if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
 1202     UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, LoopExitBB,