Searched refs:IsCondBranch (Results 1 – 2 of 2) sorted by relevance
122 static inline bool IsCondBranch(unsigned BrOpc) { in IsCondBranch() function313 if (!IsBRU(I->getOpcode()) && !IsCondBranch(I->getOpcode())) in removeBranch()323 if (!IsCondBranch(I->getOpcode())) in removeBranch()
556 bool IsCondBranch = in hasConditionalTerminator() local560 (void)IsCondBranch; in hasConditionalTerminator()563 assert(IsCondBranch && "block with multiple successors not terminated by " in hasConditionalTerminator()570 !IsCondBranch && in hasConditionalTerminator()