Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp594 bool IsCondBranch = isa<VPBranchOnMaskRecipe>(R) || in hasConditionalTerminator() local
597 (void)IsCondBranch; in hasConditionalTerminator()
601 assert(IsCondBranch && "block with multiple successors not terminated by " in hasConditionalTerminator()
608 !IsCondBranch && in hasConditionalTerminator()