Searched refs:isUncondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
139 if (MBlaze::isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()163 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()173 if (MBlaze::isUncondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()174 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()223 if (!MBlaze::isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
144 inline static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
341 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
295 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()315 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()316 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()336 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()346 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()359 isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()380 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()465 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()