Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp118 static inline bool IsCondBranch(unsigned BrOpc) { in IsCondBranch() function
309 if (!IsBRU(I->getOpcode()) && !IsCondBranch(I->getOpcode())) in removeBranch()
319 if (!IsCondBranch(I->getOpcode())) in removeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp655 bool IsCondBranch = isa<VPBranchOnMaskRecipe>(R) || in hasConditionalTerminator() local
658 (void)IsCondBranch; in hasConditionalTerminator()
662 assert((IsCondBranch || IsSwitch) && in hasConditionalTerminator()
676 !IsCondBranch && in hasConditionalTerminator()