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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp146 bool CombineToPostIndexedLoadStore(SDNode *N);
7204 /// CombineToPostIndexedLoadStore - Try to combine a load / store with a
7209 bool DAGCombiner::CombineToPostIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
7454 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
8470 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))

Completed in 119 milliseconds