Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp437 bool IsCondBranch = in hasConditionalTerminator() local
441 (void)IsCondBranch; in hasConditionalTerminator()
444 assert(IsCondBranch && "block with multiple successors not terminated by " in hasConditionalTerminator()
451 !IsCondBranch && in hasConditionalTerminator()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1252 const bool IsCondBranch = MIB->isConditionalBranch(Instruction); in disassemble() local
1295 if (IsCondBranch) { in disassemble()
1314 if (IsCondBranch && IsCall) in disassemble()