/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegBankSelect.cpp | 66 MachineDominatorTree &DomTree = in INITIALIZE_PASS_DEPENDENCY() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 120 MachineDominatorTree *DomTree = nullptr; in runOnMachineFunction() local
|
H A D | VarLocBasedImpl.cpp | 2208 MachineDominatorTree *DomTree, in ExtendRanges()
|
H A D | InstrRefBasedImpl.cpp | 3678 MachineDominatorTree *DomTree, in ExtendRanges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfoImpl.h | 449 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 D | LiveRangeCalc.h | 49 MachineDominatorTree *DomTree = nullptr; variable
|
H A D | LiveIntervals.h | 63 MachineDominatorTree *DomTree = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 90 MachineDominatorTree *DomTree = getDomTree(); calculate() local
|
H A D | EarlyIfConversion.cpp | 765 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 D | MachineUniformityAnalysis.cpp | 202 auto &DomTree = in runOnMachineFunction() local
|
H A D | RegAllocGreedy.h | 175 MachineDominatorTree *DomTree = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 96 MachineDominatorTree *DomTree; member in __anond07520510111::AArch64ConditionOptimizer
|
H A D | AArch64ConditionalCompares.cpp | 767 MachineDominatorTree *DomTree; member in __anon79d718350211::AArch64ConditionalCompares
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 157 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local
|
H A D | LoopInfo.cpp | 876 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); } in LoopInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 174 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 746 DominatorTree DomTree(*NewF); in salvageDebugInfo() local
|