Searched refs:NodesWithConsts (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 767 SmallPtrSetImpl<SDNode*> &NodesWithConsts, 6929 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument 6943 NodesWithConsts.insert(N); in SearchForAndLoads() 6987 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads() 7030 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local 7032 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask() 7052 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()
|