Searched refs:MergeConsecutiveStores (Results 1 – 6 of 6) sorted by relevance
10 ;; Ensure that MergeConsecutiveStores doesn't incorrectly reorder43 ;; these must not be reordered in MergeConsecutiveStores such that the
3 ; Ensure that MergeConsecutiveStores doesn't crash when dealing with
293 ;; in MergeConsecutiveStores. See UseAA FIXME in DAGCombiner.cpp
3 ;; This test ensures that MergeConsecutiveStores does not attempt to
1 ; Test that MergeConsecutiveStores() does not during DAG combining
450 bool MergeConsecutiveStores(StoreSDNode *N);11335 bool DAGCombiner::MergeConsecutiveStores(StoreSDNode* St) { in MergeConsecutiveStores() function in DAGCombiner11981 bool Changed = MergeConsecutiveStores(ST); in visitSTORE()