Home
last modified time | relevance | path

Searched refs:IsCondBranch (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp122 static inline bool IsCondBranch(unsigned BrOpc) { in IsCondBranch() function
313 if (!IsBRU(I->getOpcode()) && !IsCondBranch(I->getOpcode())) in removeBranch()
323 if (!IsCondBranch(I->getOpcode())) in removeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp444 bool IsCondBranch = in hasConditionalTerminator() local
448 (void)IsCondBranch; in hasConditionalTerminator()
451 assert(IsCondBranch && "block with multiple successors not terminated by " in hasConditionalTerminator()
458 !IsCondBranch && in hasConditionalTerminator()