Searched refs:isUncondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
237 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
117 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()135 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()136 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()156 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()164 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()174 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()236 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
406 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
310 } else if (isUncondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()333 (isUncondBranchOpcode(I->getOpcode()) || in AnalyzeBranch()377 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()462 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()