Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionPrinter.cpp71 Node, reinterpret_cast<RegionNode *>(G->getTopLevelRegion())); in getNodeLabel()
128 << static_cast<const void*>(RI.getTopLevelRegion()->getBBNode(BB)) in printRegionCluster()
138 printRegionCluster(*G->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
234 llvm::Function *F = RI->getTopLevelRegion()->getEntry()->getParent(); in viewRegionInfo()
DRegionPass.cpp61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction()
/external/llvm/lib/Analysis/
DRegionPrinter.cpp71 Node, reinterpret_cast<RegionNode *>(G->getTopLevelRegion())); in getNodeLabel()
128 << static_cast<const void*>(RI.getTopLevelRegion()->getBBNode(BB)) in printRegionCluster()
138 printRegionCluster(*G->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
234 llvm::Function *F = RI->getTopLevelRegion()->getEntry()->getParent(); in viewRegionInfo()
DRegionPass.cpp61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPrinter.cpp70 G->getTopLevelRegion()); in getNodeLabel()
129 << static_cast<const void*>(RI->getTopLevelRegion()->getBBNode(BB)) in printRegionCluster()
140 printRegionCluster(RI->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
DRegionPass.cpp60 addRegionIntoQueue(RI->getTopLevelRegion(), RQ); in runOnFunction()
/external/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h149 return GraphTraits<FlatIt<MachineRegion*> >::getEntryNode(RI->getTopLevelRegion());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h145 RI->getTopLevelRegion());
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionInfo.h661 Region *getTopLevelRegion() const { in getTopLevelRegion() function
DRegionIterator.h330 return GraphTraits<FlatIt<Region*> >::getEntryNode(RI->getTopLevelRegion());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionIterator.h327 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion());
DRegionInfo.h869 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
/external/llvm/include/llvm/Analysis/
DRegionIterator.h317 return GraphTraits<FlatIt<Region*> >::getEntryNode(RI->getTopLevelRegion());
DRegionInfo.h830 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp641 MachineRegion *TopLevelRegion = RegionInfo->getTopLevelRegion(); in buildMRT()