Searched refs:isEndLoopN (Results 1 – 2 of 2) sorted by relevance
304 bool isEndLoopN(unsigned Opcode) const;
469 if (isEndLoopN(LastOpcode)) { in analyzeBranch()530 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in analyzeBranch()599 } else if (isEndLoopN(Cond[0].getImm())) { in InsertBranch()639 if (isEndLoopN(Cond[0].getImm())) { in InsertBranch()672 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) { in analyzeLoop()690 assert((!IndVar) && isEndLoopN(Cmp->getOpcode()) in reduceLoopCount()1331 if (isEndLoopN(opcode)) in ReverseBranchCondition()1363 isEndLoopN(Cond[0].getImm())) { in PredicateInstruction()2048 bool HexagonInstrInfo::isEndLoopN(unsigned Opcode) const { in isEndLoopN() function in HexagonInstrInfo