Home | History | Annotate | Download | only in ARM

Lines Matching defs:Merged

82       bool Merged;
85 : Offset(o), Reg(r), isKill(k), Position(p), MBBI(i), Merged(false) {}
377 // First calculate which of the registers should be killed by the merged
398 // If we are inserting the merged operation after an operation that
427 // Update this memop to refer to the merged instruction.
429 memOps[i].Merged = true;
1005 /// op that is being merged.
1255 // Collision! This can't be merged!
1301 // that were not merged to form LDM/STM ops.
1303 if (!MemOps[i].Merged)