Searched refs:ConsecutiveForward (Results 1 – 1 of 1) sorted by relevance
198 bool ConsecutiveForward = true);484 bool ConsecutiveForward = ConsecutiveInstr(MI1, MI2); in ReduceXWtoXWP() local487 if (!(ConsecutiveForward || ConsecutiveBackward)) in ReduceXWtoXWP()491 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceXWtoXWP()642 bool ConsecutiveForward; in ReduceMoveToMovep() local644 ConsecutiveForward = true; in ReduceMoveToMovep()646 ConsecutiveForward = false; in ReduceMoveToMovep()651 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceMoveToMovep()696 bool ConsecutiveForward) { in ReplaceInstruction() argument736 if (ConsecutiveForward) { in ReplaceInstruction()