Searched refs:isUncondBranchOpcode (Results 1 – 2 of 2) sorted by relevance
345 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
305 } else if (isUncondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()328 (isUncondBranchOpcode(I->getOpcode()) || in AnalyzeBranch()372 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()457 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()