Searched refs:isCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
240 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
121 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()156 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()237 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()248 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
411 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
311 } else if (isCondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()377 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()387 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()