Searched refs:ForMemsetPattern (Results 1 – 1 of 1) sorted by relevance
109 bool isLegalStore(StoreInst *SI, bool &ForMemset, bool &ForMemsetPattern,336 bool &ForMemsetPattern, bool &ForMemcpy) { in isLegalStore() argument388 ForMemsetPattern = true; in isLegalStore()436 bool ForMemsetPattern = false; in collectStores() local439 if (!isLegalStore(SI, ForMemset, ForMemsetPattern, ForMemcpy)) in collectStores()447 } else if (ForMemsetPattern) { in collectStores()