Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp687 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
5348 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument
5361 NodesWithConsts.insert(N); in SearchForAndLoads()
5405 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads()
5448 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local
5450 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask()
5470 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()