Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFCopy.h24 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
DRDFLiveness.h37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness()
DRDFGraph.h624 const MachineDominatorTree &getDT() const { in getDT() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFCopy.h29 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
DRDFLiveness.h56 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()), in Liveness()
DRDFGraph.h666 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function