Searched refs:isCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
143 if (MBlaze::isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()162 if (MBlaze::isCondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()224 !MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()234 if (!MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
155 inline static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
328 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
294 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()331 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()376 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()386 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()