Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3011 class MatchStateUpdater : public SelectionDAG::DAGUpdateListener class
3018 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() function in __anona6baf40a0511::MatchStateUpdater
3416 std::unique_ptr<MatchStateUpdater> MSU; in SelectCodeCommon()
3418 MSU.reset(new MatchStateUpdater(*CurDAG, &NodeToMatch, RecordedNodes, in SelectCodeCommon()