Searched refs:cannotCoexist (Results 1 – 2 of 2) sorted by relevance
148 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
1160 bool HexagonPacketizerList::cannotCoexist(const MachineInstr &MI, in cannotCoexist() function in HexagonPacketizerList1338 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()1463 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()1647 bool Coexist = !cannotCoexist(I, J); in isLegalToPruneDependencies()