Searched refs:isCondBranchOpcode (Results 1 – 7 of 7) sorted by relevance
139 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function200 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()262 !isCondBranchOpcode(I->getOpcode())) in removeBranch()273 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()
181 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function264 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()299 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()376 if (!isCondBranchOpcode(I->getOpcode()) && in removeBranch()
111 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function165 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()199 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()303 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
696 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
402 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()444 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()460 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()512 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()598 !isCondBranchOpcode(I->getOpcode())) in removeBranch()612 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
638 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
219 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()306 !isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()316 if (!isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()6587 if (isCondBranchOpcode(EndLoop->getOpcode())) { in createTripCountGreaterCondition()