Home
last modified time | relevance | path

Searched refs:getTopLevelRegion (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp58 Node, reinterpret_cast<RegionNode *>(G->getTopLevelRegion())); in getNodeLabel()
115 << static_cast<const void*>(RI.getTopLevelRegion()->getBBNode(BB)) in printRegionCluster()
125 printRegionCluster(*G->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
222 llvm::Function *F = RI->getTopLevelRegion()->getEntry()->getParent(); in viewRegionInfo()
H A DRegionPass.cpp62 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp241 .getTopLevelRegion(); in runOnFunction()
251 .getTopLevelRegion(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.h132 const ConvergenceRegion *getTopLevelRegion() const { return TopLevelRegion; } in getTopLevelRegion() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h144 RI->getTopLevelRegion());
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h333 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion());
H A DRegionInfo.h866 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1222 addRegionIntoQueue(*RI.getTopLevelRegion(), Regions); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp308 Region *R = RI.getTopLevelRegion(); in findScopes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp620 MachineRegion *TopLevelRegion = RegionInfo->getTopLevelRegion(); in buildMRT()