Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp186 auto &DomTree = MFAM.getResult<MachineDominatorTreeAnalysis>(MF); in run() local
229 auto &DomTree = getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction() local
H A DLiveIntervalCalc.cpp88 MachineDominatorTree *DomTree = getDomTree(); in calculate() local
H A DEarlyIfConversion.cpp808 MachineDominatorTree *DomTree = nullptr; member in __anon4c5015260311::EarlyIfConverter
862 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
1200 MachineDominatorTree *DomTree = nullptr; member in __anon4c5015260b11::EarlyIfPredicator
H A DRegAllocGreedy.h177 MachineDominatorTree *DomTree = nullptr; variable
H A DRegAllocGreedy.cpp182 MachineDominatorTree *DomTree = nullptr; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h461 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
578 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
720 const DomTreeBase<BlockT> &DomTree) const { in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h50 MachineDominatorTree *DomTree = nullptr; variable
H A DLiveIntervals.h64 MachineDominatorTree *DomTree = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp145 MachineDominatorTree *DomTree = nullptr; in run() local
H A DVarLocBasedImpl.cpp2212 MachineDominatorTree *DomTree, in ExtendRanges()
H A DInstrRefBasedImpl.cpp3707 MachineDominatorTree *DomTree, in ExtendRanges()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anond07520510111::AArch64ConditionOptimizer
H A DAArch64ConditionalCompares.cpp766 MachineDominatorTree *DomTree; member in __anon79d718350211::AArch64ConditionalCompares
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp158 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.cpp212 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp653 DominatorTree DomTree(*NewF); in salvageDebugInfo() local