Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h440 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
557 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
700 const DomTreeBase<BlockT> &DomTree) const { in verify()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp120 MachineDominatorTree *DomTree = nullptr; in runOnMachineFunction() local
H A DVarLocBasedImpl.cpp2206 MachineDominatorTree *DomTree, in ExtendRanges()
H A DInstrRefBasedImpl.cpp3639 MachineDominatorTree *DomTree, in ExtendRanges()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
H A DLiveIntervals.h59 MachineDominatorTree *DomTree = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp767 MachineDominatorTree *DomTree; member in __anon3786be1d0311::EarlyIfConverter
811 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
1091 MachineDominatorTree *DomTree; member in __anon3786be1d0911::EarlyIfPredicator
H A DLiveIntervalCalc.cpp90 MachineDominatorTree *DomTree = getDomTree(); in calculate() local
H A DMachineUniformityAnalysis.cpp182 auto &DomTree = getAnalysis<MachineDominatorTree>().getBase(); in runOnMachineFunction() local
H A DRegAllocGreedy.h177 MachineDominatorTree *DomTree; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anon010e54680111::AArch64ConditionOptimizer
H A DAArch64ConditionalCompares.cpp768 MachineDominatorTree *DomTree; member in __anonbd96cf2c0211::AArch64ConditionalCompares
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp158 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local
H A DLoopInfo.cpp865 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); } in LoopInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp173 explicit NearestCommonDominator(DominatorTree *DomTree) : DT(DomTree) {} in NearestCommonDominator()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp698 DominatorTree DomTree(*NewF); in salvageDebugInfo() local