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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  402 llvm::Loop *getRegionNodeLoop(llvm::RegionNode *RN, llvm::LoopInfo &LI);

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  616     Loop *BBLoop = getRegionNodeLoop(RN, LI);
  908     auto *BBLoop = getRegionNodeLoop(RN, LI);
 1033     auto *BBLoop = getRegionNodeLoop(RN, LI);
 1231     Loop *L = getRegionNodeLoop(RN, LI);