Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1041 SelectionDAG::allnodes_iterator &ISelPosition; member in __anona6baf40a0211::ISelUpdater
1045 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
1051 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
1052 ++ISelPosition; in NodeDeleted()
1059 SDNode *CurNode = &*ISelPosition; in NodeInserted()
1135 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
1136 ++ISelPosition; in DoInstructionSelection()
1140 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
1146 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
1147 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()