Home
last modified time | relevance | path

Searched refs:getDT (Results 1 – 5 of 5) 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/lib/Analysis/
H A DBasicAliasAnalysis.cpp1098 DominatorTree *DT = getDT(AAQI); in aliasGEP()
1633 DominatorTree *DT = getDT(AAQI); in aliasCheck()
1833 return isNotInCycle(Inst, getDT(AAQI), /*LI*/ nullptr); in isValueEqualInPotentialCycles()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp412 DominatorTree &getDT(Function &F) { in getDT() function in __anon1d600f580111::CodeGenPrepare
645 LI->analyze(getDT(F)); in _run()
698 LI->verify(getDT(F)); in _run()
1566 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()
5514 return this->getDT(*F); in optimizeMemoryInst()
6194 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()
6203 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()
8516 getDT(*BB.getParent()); in optimizeBlock()