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