Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp66 MachineDominatorTree &DomTree = in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp120 MachineDominatorTree *DomTree = nullptr; in runOnMachineFunction() local
H A DVarLocBasedImpl.cpp2208 MachineDominatorTree *DomTree, in ExtendRanges()
H A DInstrRefBasedImpl.cpp3678 MachineDominatorTree *DomTree, in ExtendRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h449 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
566 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
708 const DomTreeBase<BlockT> &DomTree) const { in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
H A DLiveIntervals.h63 MachineDominatorTree *DomTree = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp90 MachineDominatorTree *DomTree = getDomTree(); calculate() local
H A DEarlyIfConversion.cpp765 MachineDominatorTree *DomTree = nullptr; member in __anon4c5015260311::EarlyIfConverter
809 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
1118 MachineDominatorTree *DomTree = nullptr; member in __anon4c5015260b11::EarlyIfPredicator
H A DMachineUniformityAnalysis.cpp202 auto &DomTree = in runOnMachineFunction() local
H A DRegAllocGreedy.h175 MachineDominatorTree *DomTree = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anond07520510111::AArch64ConditionOptimizer
H A DAArch64ConditionalCompares.cpp767 MachineDominatorTree *DomTree; member in __anon79d718350211::AArch64ConditionalCompares
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp157 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local
H A DLoopInfo.cpp876 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); } in LoopInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp174 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp746 DominatorTree DomTree(*NewF); in salvageDebugInfo() local