Searched refs:cannotCoexistAsymm (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp969 // cannotCoexistAsymm(MI, MJ) || cannotCoexistAsymm(MJ, MI)
972 static bool cannotCoexistAsymm(const MachineInstr *MI, const MachineInstr *MJ, function
996 return cannotCoexistAsymm(MI, MJ, *HII) || cannotCoexistAsymm(MJ, MI, *HII);

Completed in 47 milliseconds