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()
174 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function246 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()281 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()353 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()
463 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
265 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()308 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()325 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()377 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()452 !isCondBranchOpcode(I->getOpcode())) in removeBranch()466 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
640 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
393 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()480 !isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()490 if (!isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()6823 if (isCondBranchOpcode(EndLoop->getOpcode())) { in createTripCountGreaterCondition()