Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dstores-merging.ll10 ;; Ensure that MergeConsecutiveStores doesn't incorrectly reorder
43 ;; these must not be reordered in MergeConsecutiveStores such that the
Dmerge-consecutive-stores-i1.ll3 ; Ensure that MergeConsecutiveStores doesn't crash when dealing with
DMergeConsecutiveStores.ll293 ;; in MergeConsecutiveStores. See UseAA FIXME in DAGCombiner.cpp
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll3 ;; This test ensures that MergeConsecutiveStores does not attempt to
/external/llvm/test/CodeGen/SystemZ/
Ddag-combine-01.ll1 ; Test that MergeConsecutiveStores() does not during DAG combining
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp450 bool MergeConsecutiveStores(StoreSDNode *N);
11335 bool DAGCombiner::MergeConsecutiveStores(StoreSDNode* St) { in MergeConsecutiveStores() function in DAGCombiner
11981 bool Changed = MergeConsecutiveStores(ST); in visitSTORE()