Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp688 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
5777 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument
5790 NodesWithConsts.insert(N); in SearchForAndLoads()
5834 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads()
5877 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local
5879 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask()
5899 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()