Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp259 bool canMoveOver(MachineInstr &MI, ReferenceMap &Defs, ReferenceMap &Uses);
792 bool HexagonExpandCondsets::canMoveOver(MachineInstr &MI, ReferenceMap &Defs, in canMoveOver() function in HexagonExpandCondsets
1042 bool CanUp = canMoveOver(TfrI, Defs, Uses); in predicate()
1043 bool CanDown = canMoveOver(*DefI, Defs, Uses); in predicate()