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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  633   auto *ExitBB = BBReg ? BBReg->getExit() : nullptr;
  633   auto *ExitBB = BBReg ? BBReg->getExit() : nullptr;
  634   if (!BBReg || BBReg->getEntry() != BB || !scop->contains(ExitBB))
  634   if (!BBReg || BBReg->getEntry() != BB || !scop->contains(ExitBB))
  644       if (BB != LatchBB && BBReg->contains(LatchBB))