Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp751 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
6540 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument
6553 NodesWithConsts.insert(N); in SearchForAndLoads()
6597 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads()
6640 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local
6642 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask()
6662 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()