Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp987 SelectionDAG::allnodes_iterator &ISelPosition; member in __anone743f0c40111::ISelUpdater
991 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
997 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
998 ++ISelPosition; in NodeDeleted()
1072 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
1073 ++ISelPosition; in DoInstructionSelection()
1077 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
1083 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
1084 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()