Searched refs:NodesWithConsts (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 705 SmallPtrSetImpl<SDNode*> &NodesWithConsts, 5859 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument 5872 NodesWithConsts.insert(N); in SearchForAndLoads() 5916 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads() 5959 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local 5961 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask() 5981 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()
|