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

Declarations

include/llvm/Analysis/LoopInfo.h
  264   void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;

References

include/llvm/Analysis/LoopInfoImpl.h
   78   getExitBlocks(ExitBlocks);
  286   getExitBlocks(ExitBBs);
lib/Analysis/CFG.cpp
  195       Outer->getExitBlocks(Worklist);
lib/Analysis/DivergenceAnalysis.cpp
  194   DivLoop->getExitBlocks(TaintStack);
lib/Analysis/LoopInfo.cpp
  965   L.getExitBlocks(ExitBlocks);
lib/Analysis/SyncDependenceAnalysis.cpp
  278         BlockLoop->getExitBlocks(BlockLoopExits);
  336   Loop.getExitBlocks(LoopExits);
lib/CodeGen/MachineLICM.cpp
  353     CurLoop->getExitBlocks(ExitBlocks);
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
 1047   LoopRep->getExitBlocks(ExitBlks);
lib/Transforms/IPO/LoopExtractor.cpp
  118     L->getExitBlocks(ExitBlocks);
  132     L->getExitBlocks(ExitBlocks);
lib/Transforms/Instrumentation/InstrProfiling.cpp
  246     L.getExitBlocks(LoopExitBlocks);
  319     LP->getExitBlocks(LoopExitBlocks);
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  263     L.getExitBlocks(ExitBlocks);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  273   L.getExitBlocks(Exits);
lib/Transforms/Utils/LCSSA.cpp
   97       L->getExitBlocks(LoopExitBlocks[L]);
  331   L.getExitBlocks(ExitBlocks);
lib/Transforms/Utils/LoopUnroll.cpp
  373   L->getExitBlocks(ExitBlocks);
tools/polly/lib/Analysis/ScopDetection.cpp
 1312   L->getExitBlocks(ExitBlocks);
tools/polly/lib/Support/ScopHelper.cpp
  486   L->getExitBlocks(ExitBlocks);