Searched refs:SearchForAndLoads (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp629 bool SearchForAndLoads(SDNode *N, SmallVectorImpl<LoadSDNode*> &Loads,
4888 bool DAGCombiner::SearchForAndLoads(SDNode *N, function in class:DAGCombiner
4947 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask,
4992 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) {

Completed in 105 milliseconds