Searched refs:printRegionCluster (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/Analysis/ |
H A D | ScopGraphPrinter.cpp | 74 void DOTGraphTraits<ScopDetection *>::printRegionCluster(ScopDetection *SD, in printRegionCluster() function in llvm::DOTGraphTraits 114 printRegionCluster(SD, SubRegion.get(), O, depth + 1); in printRegionCluster() 132 printRegionCluster(SD, SD->getRI()->getTopLevelRegion(), O, 4); in addCustomGraphFeatures()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 89 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster() function 108 printRegionCluster(*RI, GW, depth + 1); in printRegionCluster() 125 printRegionCluster(*G->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
|
/llvm-project/polly/include/polly/ |
H A D | ScopGraphPrinter.h | 63 static void printRegionCluster(polly::ScopDetection *SD, const Region *R,
|