Home
last modified time | relevance | path

Searched refs:ForMemcpy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp110 bool &ForMemcpy);
336 bool &ForMemsetPattern, bool &ForMemcpy) { in isLegalStore() argument
419 ForMemcpy = true; in isLegalStore()
437 bool ForMemcpy = false; in collectStores() local
439 if (!isLegalStore(SI, ForMemset, ForMemsetPattern, ForMemcpy)) in collectStores()
451 } else if (ForMemcpy) in collectStores()