Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h217 bool PredOpcodeHasJMP_c(Opcode_t Opcode) const;
DHexagonInstrInfo.cpp259 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in AnalyzeBranch()
285 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode); in AnalyzeBranch()
1905 bool HexagonInstrInfo::PredOpcodeHasJMP_c(Opcode_t Opcode) const { in PredOpcodeHasJMP_c() function in HexagonInstrInfo