Searched refs:isTC2Early (Results 1 – 2 of 2) sorted by relevance
399 bool isTC2Early(const MachineInstr &MI) const;
2044 return !isTC1(MI) && !isTC2Early(MI) && !MI.getDesc().mayLoad() && in isComplex()2632 bool HexagonInstrInfo::isTC2Early(const MachineInstr &MI) const { in isTC2Early() function in HexagonInstrInfo