Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3145 class MatchStateUpdater : public SelectionDAG::DAGUpdateListener class
3152 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() function in __anoncb0c1b940511::MatchStateUpdater
3559 std::unique_ptr<MatchStateUpdater> MSU; in SelectCodeCommon()
3561 MSU.reset(new MatchStateUpdater(*CurDAG, &NodeToMatch, RecordedNodes, in SelectCodeCommon()