Home
last modified time | relevance | path

Searched refs:getDT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h63 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
H A DRDFGraph.h698 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h51 DominatorTree *getDT(const AAQueryInfo &AAQI) const { in getDT() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1101 DominatorTree *DT = getDT(AAQI); in aliasGEP()
1672 DominatorTree *DT = getDT(AAQI); in aliasCheck()
1872 return isNotInCycle(Inst, getDT(AAQI), /*LI*/ nullptr); in isValueEqualInPotentialCycles()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp413 DominatorTree &getDT(Function &F) { in getDT() function in __anon1d600f580111::CodeGenPrepare
647 LI->analyze(getDT(F)); in _run()
700 LI->verify(getDT(F)); in _run()
1568 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()
5886 return this->getDT(*F); in optimizeMemoryInst()
5949 auto &DT = getDT(*MemoryInst->getFunction()); in optimizeMemoryInst()
6584 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()
6593 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()
8916 getDT(*BB.getParent()); in optimizeBlock()