Searched refs:AssignTopologicalOrder (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp113 DAG.AssignTopologicalOrder();
H A DSelectionDAGISel.cpp821 DAGSize = CurDAG->AssignTopologicalOrder();
H A DLegalizeDAG.cpp222 DAG.AssignTopologicalOrder();
H A DSelectionDAG.cpp5919 /// AssignTopologicalOrder - Assign a unique node id for each node in the DAG
5922 unsigned SelectionDAG::AssignTopologicalOrder() { function in class:SelectionDAG
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h974 /// AssignTopologicalOrder - Topological-sort the AllNodes list and a
977 unsigned AssignTopologicalOrder();

Completed in 123 milliseconds