Searched defs:CombineConsecutiveLoads (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp304 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
6146 /// CombineConsecutiveLoads - build_pair (load, load) -> load
6148 SDValue DAGCombiner::CombineConsecutiveLoads(SDNode *N, EVT VT) { function in class:DAGCombiner
6318 SDValue CombineLD = CombineConsecutiveLoads(N0.getNode(), VT);
6328 return CombineConsecutiveLoads(N, VT);

Completed in 138 milliseconds