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()
145 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function181 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
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()
461 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
261 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()304 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()321 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()373 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()448 !isCondBranchOpcode(I->getOpcode())) in removeBranch()462 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
639 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
391 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()478 !isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()488 if (!isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()6781 if (isCondBranchOpcode(EndLoop->getOpcode())) { in createTripCountGreaterCondition()