Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DRDFCopy.h28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h80 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
H A DRDFGraph.h669 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp408 DominatorTree &getDT(Function &F) { in getDT() function in __anon7418ce250111::CodeGenPrepare
1483 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()
5269 return this->getDT(*F); in optimizeMemoryInst()
5934 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()
5943 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()
8233 getDT(*BB.getParent()); in optimizeBlock()