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()
183 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function266 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()301 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()378 if (!isCondBranchOpcode(I->getOpcode()) && in removeBranch()
112 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function166 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()200 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()304 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
670 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
362 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()404 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()420 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()472 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()547 !isCondBranchOpcode(I->getOpcode())) in removeBranch()561 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
660 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
394 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()481 !isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()491 if (!isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()6800 if (isCondBranchOpcode(EndLoop->getOpcode())) { in createTripCountGreaterCondition()