Searched refs:getTopLevelRegion (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 71 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()
|
D | RegionPass.cpp | 61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 71 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()
|
D | RegionPass.cpp | 61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | RegionPrinter.cpp | 70 G->getTopLevelRegion()); in getNodeLabel() 129 << static_cast<const void*>(RI->getTopLevelRegion()->getBBNode(BB)) in printRegionCluster() 140 printRegionCluster(RI->getTopLevelRegion(), GW, 4); in addCustomGraphFeatures()
|
D | RegionPass.cpp | 60 addRegionIntoQueue(RI->getTopLevelRegion(), RQ); in runOnFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegionInfo.h | 149 return GraphTraits<FlatIt<MachineRegion*> >::getEntryNode(RI->getTopLevelRegion());
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineRegionInfo.h | 145 RI->getTopLevelRegion());
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | RegionInfo.h | 661 Region *getTopLevelRegion() const { in getTopLevelRegion() function
|
D | RegionIterator.h | 330 return GraphTraits<FlatIt<Region*> >::getEntryNode(RI->getTopLevelRegion());
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 327 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion());
|
D | RegionInfo.h | 869 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
|
/external/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 317 return GraphTraits<FlatIt<Region*> >::getEntryNode(RI->getTopLevelRegion());
|
D | RegionInfo.h | 830 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 641 MachineRegion *TopLevelRegion = RegionInfo->getTopLevelRegion(); in buildMRT()
|