Home
last modified time | relevance | path

Searched refs:getDomTree (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineDominanceFrontier.cpp42 getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree().getBase()); in runOnMachineFunction()
HDDwarfEHPrepare.cpp140 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
351 DT = &DTWP->getDomTree(); in runOnFunction()
354 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
HDLazyMachineBlockFrequencyInfo.cpp65 auto *MDT = MDTWrapper ? &MDTWrapper->getDomTree() : nullptr; in calculateIfNotAvailable()
HDMachineRegionInfo.cpp87 auto DT = &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
HDUnreachableBlockElim.cpp103 MachineDominatorTree *MDT = MDTWrapper ? &MDTWrapper->getDomTree() : nullptr; in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PromoteConstant.cpp385 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
411 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
HDAArch64CleanupLocalDynamicTLSPass.cpp54 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyOptimizeReturned.cpp76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURegBankSelect.cpp67 getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in INITIALIZE_PASS_DEPENDENCY()
HDAMDGPURewriteUndefForPHI.cpp175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSimplifyIndVar.h46 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineDominators.h306 MachineDominatorTree &getDomTree() { return *DT; } in getDomTree() function
307 const MachineDominatorTree &getDomTree() const { return *DT; } in getDomTree() function
HDLiveRangeCalc.h169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
HDDomPrinter.cpp47 return &DTWP->getDomTree(); in getGraph()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDominators.h325 DominatorTree &getDomTree() { return DT; }
326 const DominatorTree &getDomTree() const { return DT; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZLDCleanup.cpp79 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDInstSimplifyPass.cpp97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDGenericDomTreeUpdater.h186 DomTreeT &getDomTree();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCTRLoopsVerify.cpp163 MDT = &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVPreLegalizerCombiner.cpp146 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
HDRISCVPostLegalizerCombiner.cpp147 &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsPostLegalizerCombiner.cpp143 : &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVCodeGenPrepare.cpp209 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()

1234567