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

References

lib/Transforms/Scalar/LICM.cpp
 1501   assert(ExitBlockSet.count(ExitBB) && "Expect the PHI is in an exit block.");
 1536   SmallSetVector<BasicBlock *, 8> PredBBs(pred_begin(ExitBB), pred_end(ExitBB));
 1536   SmallSetVector<BasicBlock *, 8> PredBBs(pred_begin(ExitBB), pred_end(ExitBB));
 1543           ExitBB, PredBB, ".split.loop.exit", DT, LI, MSSAU, true);