Searched refs:getDAG (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeTypes.cpp | 654 : SelectionDAG::DAGUpdateListener(dtl.getDAG()), |
H A D | LegalizeTypes.h | 160 SelectionDAG &getDAG() const { return DAG; } function in class:llvm::DAGTypeLegalizer |
H A D | DAGCombiner.cpp | 470 SelectionDAG &getDAG() const { return DAG; } function in class:__anon12264::DAGCombiner 505 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {} 10682 SelectionDAG &DAG = DC->getDAG(); |
Completed in 94 milliseconds