Searched refs:isUncondBranchOpcode (Results 1 – 8 of 8) sorted by relevance
143 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function177 if (isUncondBranchOpcode(LastOpc)) { in analyzeBranch()195 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()196 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()224 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } in isUncondBranchOpcode() function198 } else if (isUncondBranchOpcode(I->getOpcode())) { in analyzeBranch()221 if (!isPredicated(*I) && (isUncondBranchOpcode(I->getOpcode()) || in analyzeBranch()261 if (!isUncondBranchOpcode(I->getOpcode()) && in removeBranch()
97 static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function162 if (isUncondBranchOpcode(LastOpc)) { in analyzeBranch()180 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()181 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()200 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()208 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()303 if (!isUncondBranchOpcode(I->getOpcode()) && in removeBranch()
270 (isUncondBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
563 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
389 } else if (isUncondBranchOpcode(I->getOpcode())) { in analyzeBranch()423 (isUncondBranchOpcode(I->getOpcode()) || in analyzeBranch()452 isUncondBranchOpcode(MBB.back().getOpcode()) && in analyzeBranch()477 if (!isUncondBranchOpcode(I->getOpcode()) && in removeBranch()602 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()
459 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
257 if (isUncondBranchOpcode(LastOpc)) { in analyzeBranch()275 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()276 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()295 if (AllowModify && isUncondBranchOpcode(LastOpc) && in analyzeBranch()301 assert(!isUncondBranchOpcode(LastOpc) && in analyzeBranch()321 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()329 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()339 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()447 if (!isUncondBranchOpcode(I->getOpcode()) && in removeBranch()