Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp887 SelectionDAG::allnodes_iterator &ISelPosition; member in __anonab064bb60111::ISelUpdater
890 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
896 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
897 ++ISelPosition; in NodeDeleted()
918 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
919 ++ISelPosition; in DoInstructionSelection()
923 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
929 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
930 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()