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

References

tools/polly/include/polly/ScopInfo.h
 2217   bool isExit(BasicBlock *BB) const { return getExit() == BB; }
tools/polly/lib/CodeGen/BlockGenerators.cpp
  812   BasicBlock *ExitBB = S.getExit();
  863   BasicBlock *MergeBB = S.getExit();
  934   auto *MergeBB = S.getExit();
tools/polly/lib/CodeGen/Utils.cpp
  117   BasicBlock *ExitBB = S.getExit();