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

References

include/llvm/Analysis/RegionInfo.h
  786   void scanForRegions(FuncT &F, BBtoBBMap *ShortCut);
  798   void calculate(FuncT &F);
include/llvm/Analysis/RegionInfoImpl.h
  726 void RegionInfoBase<Tr>::scanForRegions(FuncT &F, BBtoBBMap *ShortCut) {
  727   using FuncPtrT = typename std::add_pointer<FuncT>::type;
  914 void RegionInfoBase<Tr>::calculate(FuncT &F) {
  915   using FuncPtrT = typename std::add_pointer<FuncT>::type;