Searched refs:succ_size (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp445 if (MBB->succ_size() == 1 && !(*MBB->succ_begin())->empty()) {
H A DSILowerControlFlow.cpp471 if (B->succ_size() != 1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp490 if (MBB.succ_size() != 2)
H A DX86SpeculativeLoadHardening.cpp573 if (MBB.succ_size() <= 1)
606 if (MBB.succ_size() <= 1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp604 if (succ_size(CurrEntry) != 2)
678 if (succ_size(Cand) != 2)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1127 if (BB.succ_size() == 2 &&
1156 return BB.succ_size() == 1;
H A DPPCReduceCRLogicals.cpp148 if (ThisMBB->succ_size() != 2) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h336 unsigned succ_size() const { function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp51 assert(Entry->succ_size() == 1);
H A DBugReporterVisitors.cpp1748 if (B->succ_size() != 2)
2242 assert(srcBlk->succ_size() == 2);
H A DExprEngineC.cpp715 assert(SrcBlock->succ_size() == 2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp375 if (MBB.succ_size() <= 1 || MBB.empty()) return false;
H A DRegisterCoalescer.cpp416 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
1139 if (CopyLeftBB && CopyLeftBB->succ_size() > 1)
3648 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size();
3649 unsigned cr = RHS->MBB->pred_size() + RHS->MBB->succ_size();
H A DMachineBasicBlock.cpp1302 return BranchProbability(1, succ_size());
H A DMachineLICM.cpp745 if (BB->succ_size() >= 25)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp982 return {1, static_cast<uint32_t>(succ_size(Src))};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp942 assert(Src.succ_size() > 1 && DstOrSplit->pred_size() > 1 &&
H A DIRTranslator.cpp419 auto SuccSize = std::max<uint32_t>(succ_size(SrcBB), 1);
2480 assert(EntryBB->succ_size() == 1 &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp761 if (MBB.succ_size() > 1)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp904 unsigned N = B->succ_size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp231 Updates.reserve(1 + (2 * succ_size(BB)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp628 assert(MBB.succ_size() == 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1000 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h973 unsigned succ_size() const { return Succs.size(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1304 while (B->empty() && !Term && B->succ_size() == 1) {

Completed in 403 milliseconds

123