Home
last modified time | relevance | path

Searched defs:DomTree (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp116 MachineDominatorTree *DomTree = nullptr; in runOnMachineFunction() local
H A DVarLocBasedImpl.cpp2101 MachineDominatorTree *DomTree, in ExtendRanges()
H A DInstrRefBasedImpl.cpp3164 MachineDominatorTree *DomTree, in ExtendRanges()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
H A DLiveIntervals.h59 MachineDominatorTree *DomTree = nullptr; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h428 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
545 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
688 const DomTreeBase<BlockT> &DomTree) const { in verify()
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGDominatorTree.cpp17 TEST(CFGDominatorTree, DomTree) { in TEST() argument
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDominance.h35 using DomTree = llvm::DominatorTreeBase<Block, IsPostDom>; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp90 MachineDominatorTree *DomTree = getDomTree(); in calculate() local
H A DEarlyIfConversion.cpp761 MachineDominatorTree *DomTree; member in __anon1f7aa2560311::EarlyIfConverter
805 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
1085 MachineDominatorTree *DomTree; member in __anon1f7aa2560911::EarlyIfPredicator
H A DRegAllocGreedy.h169 MachineDominatorTree *DomTree; variable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anon0a3327810111::AArch64ConditionOptimizer
H A DAArch64ConditionalCompares.cpp769 MachineDominatorTree *DomTree; member in __anoneb5605650211::AArch64ConditionalCompares
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp157 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local
H A DLoopInfo.cpp861 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); } in LoopInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp170 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp691 DominatorTree DomTree(*NewF); in salvageDebugInfo() local
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp45 std::unique_ptr<MachineDominatorTree> DomTree; member in InstrRefLDVTest
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3969 BinaryDominatorTree DomTree; in calculateLoopInfo() local