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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp168 bool CombineToPreIndexedLoadStore(SDNode *N);
7579 /// CombineToPreIndexedLoadStore - Try turning a load / store into a
7585 bool DAGCombiner::CombineToPreIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
8054 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
9636 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))

Completed in 102 milliseconds