HomeSort by: relevance | last modified time | path
    Searched refs:isTC2Early (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 399 bool isTC2Early(const MachineInstr &MI) const;
HexagonInstrInfo.cpp 2044 return !isTC1(MI) && !isTC2Early(MI) && !MI.getDesc().mayLoad() &&
2632 bool HexagonInstrInfo::isTC2Early(const MachineInstr &MI) const {

Completed in 77 milliseconds