Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp539 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
4314 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument
4329 NodesWithConsts.insert(N); in SearchForAndLoads()
4373 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads()
4416 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local
4418 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask()
4438 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()