Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2752 class MatchStateUpdater : public SelectionDAG::DAGUpdateListener class
2759 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() function in __anone743f0c40411::MatchStateUpdater
3099 std::unique_ptr<MatchStateUpdater> MSU; in SelectCodeCommon()
3101 MSU.reset(new MatchStateUpdater(*CurDAG, &NodeToMatch, RecordedNodes, in SelectCodeCommon()