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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp263 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
5515 /// CombineConsecutiveLoads - build_pair (load, load) -> load
5517 SDValue DAGCombiner::CombineConsecutiveLoads(SDNode *N, EVT VT) { function in class:DAGCombiner
5690 SDValue CombineLD = CombineConsecutiveLoads(N0.getNode(), VT);
5700 return CombineConsecutiveLoads(N, VT);

Completed in 179 milliseconds