Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1166 SelectionDAG::allnodes_iterator &ISelPosition; member in __anoncb0c1b940211::ISelUpdater
1170 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
1176 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
1177 ++ISelPosition; in NodeDeleted()
1184 SDNode *CurNode = &*ISelPosition; in NodeInserted()
1262 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
1263 ++ISelPosition; in DoInstructionSelection()
1267 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
1273 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
1274 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()