Searched refs:canMoveOver (Results 1 – 1 of 1) sorted by relevance
166 bool canMoveOver(MachineInstr *MI, ReferenceMap &Defs, ReferenceMap &Uses);824 bool HexagonExpandCondsets::canMoveOver(MachineInstr *MI, ReferenceMap &Defs, in canMoveOver() function in HexagonExpandCondsets1061 bool CanUp = canMoveOver(TfrI, Defs, Uses); in predicate()1062 bool CanDown = canMoveOver(DefI, Defs, Uses); in predicate()