Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp66 MachineDominatorTree &DomTree = INITIALIZE_PASS_DEPENDENCY() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp120 MachineDominatorTree *DomTree = nullptr; runOnMachineFunction() local
H A DVarLocBasedImpl.cpp2208 ExtendRanges(MachineFunction & MF,MachineDominatorTree * DomTree,TargetPassConfig * TPC,unsigned InputBBLimit,unsigned InputDbgValLimit) ExtendRanges() argument
H A DInstrRefBasedImpl.cpp3640 ExtendRanges(MachineFunction & MF,MachineDominatorTree * DomTree,TargetPassConfig * TPC,unsigned InputBBLimit,unsigned InputDbgValLimit) ExtendRanges() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
H A DLiveIntervals.h59 MachineDominatorTree *DomTree = nullptr; global() variable
/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h449 discoverAndMapSubloop(LoopT * L,ArrayRef<BlockT * > Backedges,LoopInfoBase<BlockT,LoopT> * LI,const DomTreeBase<BlockT> & DomTree) discoverAndMapSubloop() argument
566 analyze(const DomTreeBase<BlockT> & DomTree) analyze() argument
708 verify(const DomTreeBase<BlockT> & DomTree) verify() argument
/llvm-project/clang/unittests/Analysis/
H A DCFGDominatorTree.cpp17 TEST(CFGDominatorTree, DomTree) { in TEST() argument
/llvm-project/mlir/include/mlir/IR/
H A DDominance.h36 using DomTree = llvm::DominatorTreeBase<Block, IsPostDom>; variable
/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp89 MachineDominatorTree *DomTree = getDomTree(); calculate() local
H A DEarlyIfConversion.cpp765 MachineDominatorTree *DomTree = nullptr; global() member in __anondae13cb90311::EarlyIfConverter
809 updateDomTree(MachineDominatorTree * DomTree,const SSAIfConv & IfConv,ArrayRef<MachineBasicBlock * > Removed) updateDomTree() argument
1118 MachineDominatorTree *DomTree = nullptr; global() member in __anondae13cb90b11::EarlyIfPredicator
[all...]
H A DMachineUniformityAnalysis.cpp202 auto &DomTree = getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction() local
H A DRegAllocGreedy.h175 MachineDominatorTree *DomTree = nullptr; global() variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anon2e3027840111::AArch64ConditionOptimizer
H A DAArch64ConditionalCompares.cpp767 MachineDominatorTree *DomTree; global() member in __anon8ef305c80211::AArch64ConditionalCompares
/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() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp174 NearestCommonDominator(DominatorTree * DomTree) NearestCommonDominator() argument
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp746 DominatorTree DomTree(*NewF); salvageDebugInfo() local
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp46 std::unique_ptr<MachineDominatorTree> DomTree; member in InstrRefLDVTest