Searched refs:getDT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.h | 28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFLiveness.h | 63 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
|
H A D | RDFGraph.h | 698 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1098 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 D | CodeGenPrepare.cpp | 412 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()
|