Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h213 bool PredOpcodeHasJMP_c(Opcode_t Opcode) const;
DHexagonInstrInfo.cpp244 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in AnalyzeBranch()
272 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode); in AnalyzeBranch()
1843 bool HexagonInstrInfo::PredOpcodeHasJMP_c(Opcode_t Opcode) const { in PredOpcodeHasJMP_c() function in HexagonInstrInfo