Searched refs:getDT (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | RDFCopy.h | 24 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
|
D | RDFLiveness.h | 37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness()
|
D | RDFGraph.h | 624 const MachineDominatorTree &getDT() const { in getDT() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFCopy.h | 29 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
|
D | RDFLiveness.h | 56 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()), in Liveness()
|
D | RDFGraph.h | 666 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
|