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

References

lib/Analysis/CFG.cpp
  148   if (LI && ExclusionSet) {
  150       if (const Loop *L = getOutermostLoop(LI, BB))
  155   const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr;
  155   const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr;
  173     if (LI) {
  174       Outer = getOutermostLoop(LI, BB);