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

References

include/llvm/Analysis/RegionInfo.h
  479   bool contains(const LoopT *L) const;
  489   LoopT *outermostLoopInRegion(LoopT *L) const;
  489   LoopT *outermostLoopInRegion(LoopT *L) const;
  500   LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
include/llvm/Analysis/RegionInfoImpl.h
  121 bool RegionBase<Tr>::contains(const LoopT *L) const {
  143 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopT *L) const {
  158   LoopT *L = LI->getLoopFor(BB);