Searched refs:ConsecutiveForward (Results 1 – 1 of 1) sorted by relevance
199 bool ConsecutiveForward = true);485 bool ConsecutiveForward = ConsecutiveInstr(MI1, MI2); in ReduceXWtoXWP() local488 if (!(ConsecutiveForward || ConsecutiveBackward)) in ReduceXWtoXWP()492 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceXWtoXWP()643 bool ConsecutiveForward; in ReduceMoveToMovep() local645 ConsecutiveForward = true; in ReduceMoveToMovep()647 ConsecutiveForward = false; in ReduceMoveToMovep()652 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceMoveToMovep()697 bool ConsecutiveForward) { in ReplaceInstruction() argument737 if (ConsecutiveForward) { in ReplaceInstruction()