Home
last modified time | relevance | path

Searched refs:getRegionFor (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h341 RegionT *R = RI->getRegionFor(BB); in getSubRegionNode()
465 RegionT *R = RI->getRegionFor(exit); in getExpandedRegion()
559 if (getRegionFor(BB) != R) in verifyBBMap()
817 typename Tr::RegionT *RegionInfoBase<Tr>::getRegionFor(BlockT *BB) const { in getRegionFor() function
828 return getRegionFor(BB);
838 RegionT *R = getRegionFor(BB); in getMaxRegionExit()
851 RegionT *ExitR = getRegionFor(Exit); in getMaxRegionExit()
900 RegionT *ret = getRegionFor(BBs.back()); in getCommonRegion()
904 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()
H A DRegionInfo.h817 RegionT *getRegionFor(BlockT *BB) const;
851 return getCommonRegion(getRegionFor(A), getRegionFor(B));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp226 const SortRegion *R = SRI.getRegionFor(MBB); in sortBlocks()
344 const SortRegion *Region = SRI.getRegionFor(&MBB); in sortBlocks()
370 assert(OnStack.count(SRI.getRegionFor(&MBB)) && in sortBlocks()
H A DWebAssemblySortRegion.cpp17 const SortRegion *SortRegionInfo::getRegionFor(const MachineBasicBlock *MBB) { in getRegionFor() function in SortRegionInfo
H A DWebAssemblySortRegion.h77 const SortRegion *getRegionFor(const MachineBasicBlock *MBB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp86 Region *R = G->getRegionFor(destBB); in getEdgeAttributes()
126 if (RI.getRegionFor(BB) == &R) in printRegionCluster()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp469 Region *R = RI->getRegionFor(P); in gatherPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp632 RegionMap[RegionInfo->getRegionFor(Exit)]->addChild(ExitMRT); in buildMRT()
645 MachineRegion *Region = RegionInfo->getRegionFor(MBB); in buildMRT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp763 bool EntryInSubregion = RI.getRegionFor(Entry) != R; in findScope()