Home
last modified time | relevance | path

Searched refs:TopLevelRegion (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfo.h701 TopLevelRegion(std::move(Arg.TopLevelRegion)),
710 TopLevelRegion = std::move(RHS.TopLevelRegion);
723 RegionT *TopLevelRegion = nullptr;
751 TopLevelRegion = nullptr;
869 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
875 if (TopLevelRegion)
876 TopLevelRegion->clearNodeCache();
912 updateRegionTree(*this, TopLevelRegion);
917 updateRegionTree(*this, TopLevelRegion);
DRegionInfoImpl.h789 TopLevelRegion->print(OS, true, 0, printStyle); in print()
801 if (TopLevelRegion) in releaseMemory()
802 delete TopLevelRegion; in releaseMemory() local
803 TopLevelRegion = nullptr; in releaseMemory()
813 TopLevelRegion->verifyRegionNest(); in verifyAnalysis()
815 verifyBBMap(TopLevelRegion); in verifyAnalysis()
925 buildRegionsTree(DT->getNode(BB), TopLevelRegion); in calculate()
/external/llvm/include/llvm/Analysis/
DRegionInfo.h682 TopLevelRegion(std::move(Arg.TopLevelRegion)),
690 TopLevelRegion = std::move(RHS.TopLevelRegion);
701 RegionT *TopLevelRegion;
715 TopLevelRegion = nullptr;
830 RegionT *getTopLevelRegion() const { return TopLevelRegion; }
836 if (TopLevelRegion)
837 TopLevelRegion->clearNodeCache();
DRegionInfoImpl.h534 : TopLevelRegion(nullptr) {} in RegionInfoBase()
782 TopLevelRegion->print(OS, true, 0, printStyle); in print()
794 if (TopLevelRegion) in releaseMemory()
795 delete TopLevelRegion; in releaseMemory() local
796 TopLevelRegion = nullptr; in releaseMemory()
806 TopLevelRegion->verifyRegionNest(); in verifyAnalysis()
808 verifyBBMap(TopLevelRegion); in verifyAnalysis()
919 buildRegionsTree(DT->getNode(BB), TopLevelRegion); in calculate()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionInfo.h539 Region *TopLevelRegion; variable
662 return TopLevelRegion; in getTopLevelRegion()
675 if (TopLevelRegion) in clearNodeCache()
676 TopLevelRegion->clearNodeCache(); in clearNodeCache()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp668 if (TopLevelRegion) in releaseMemory()
669 delete TopLevelRegion; in releaseMemory()
670 TopLevelRegion = 0; in releaseMemory()
675 TopLevelRegion = 0; in RegionInfo()
690 buildRegionsTree(DT->getNode(BB), TopLevelRegion); in Calculate()
700 TopLevelRegion = new Region(&F.getEntryBlock(), 0, this, DT, 0); in runOnFunction()
701 updateStatistics(TopLevelRegion); in runOnFunction()
717 TopLevelRegion->print(OS, true, 0, printStyle.getValue()); in print()
727 TopLevelRegion->verifyRegionNest(); in verifyAnalysis()
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp64 TopLevelRegion = new MachineRegion(Entry, nullptr, this, DT, nullptr); in recalculate()
65 updateStatistics(TopLevelRegion); in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp69 TopLevelRegion = new MachineRegion(Entry, nullptr, this, DT, nullptr); in recalculate()
70 updateStatistics(TopLevelRegion); in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionInfo.cpp104 TopLevelRegion = new Region(&F.getEntryBlock(), nullptr, in recalculate()
106 updateStatistics(TopLevelRegion); in recalculate()
/external/llvm/lib/Analysis/
DRegionInfo.cpp101 TopLevelRegion = new Region(&F.getEntryBlock(), nullptr, in recalculate()
103 updateStatistics(TopLevelRegion); in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp641 MachineRegion *TopLevelRegion = RegionInfo->getTopLevelRegion(); in buildMRT() local
642 RegionMRT *Result = new RegionMRT(TopLevelRegion); in buildMRT()
643 RegionMap[TopLevelRegion] = Result; in buildMRT()