Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.h28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h80 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
H A DRDFGraph.h665 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp374 DominatorTree &getDT(Function &F) { in getDT() function in __anon7f6d13e30111::CodeGenPrepare
1375 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()
5163 return this->getDT(*F); in optimizeMemoryInst()
5798 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()
5807 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()