Searched refs:PredOpcodeHasJMP_c (Results 1 – 3 of 3) sorted by relevance
433 bool PredOpcodeHasJMP_c(unsigned Opcode) const;
494 if (!TII->PredOpcodeHasJMP_c(Cond[0].getImm())) in collectIndRegsForLoop()
517 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode); in analyzeBranch()555 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode); in analyzeBranch()3225 bool HexagonInstrInfo::PredOpcodeHasJMP_c(unsigned Opcode) const { in PredOpcodeHasJMP_c() function in HexagonInstrInfo