Searched refs:NodesWithConsts (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 685 SmallPtrSetImpl<SDNode*> &NodesWithConsts, 5318 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument 5331 NodesWithConsts.insert(N); in SearchForAndLoads() 5375 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads() 5418 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local 5420 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask() 5440 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()
|