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