Searched refs:SuccCount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 225 MachineBasicBlock &Succ, int SuccCount, in splitEdge() argument 277 if (SuccCount == 1) { in splitEdge() 299 if (SuccCount == 1) { in splitEdge() 726 [&](MachineBasicBlock &MBB, MachineBasicBlock &Succ, int SuccCount, in tracePredStateThroughCFG() 732 (SuccCount == 1 && Succ.pred_size() == 1) in tracePredStateThroughCFG() 734 : splitEdge(MBB, Succ, SuccCount, Br, UncondBr, *TII); in tracePredStateThroughCFG() 788 int &SuccCount = SuccCounts[&Succ]; in tracePredStateThroughCFG() local 794 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG() 801 --SuccCount; in tracePredStateThroughCFG()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 934 const unsigned SuccCount = SuccWeights.size(); in calcEstimatedHeuristics() local 941 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics() 953 SuccCount, BranchProbability::getUnknown()); in calcEstimatedHeuristics() 955 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1310 SmallDenseMap<BasicBlock *, unsigned, 8> SuccCount; in simplifyUsingControlFlow() local 1313 ++SuccCount[Succ]; in simplifyUsingControlFlow() 1324 ++SuccCount[SI->getDefaultDest()]; in simplifyUsingControlFlow() 1345 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 798 auto SuccCount = readULEB128As<uint64_t>(Data, Cur, ULEBSizeErr); in decodeBBAddrMapImpl() local 799 for (uint64_t I = 0; I < SuccCount; ++I) { in decodeBBAddrMapImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1448 unsigned SuccCount = MBB.succ_size(); in emitBBAddrMapSection() local 1450 OutStreamer->emitULEB128IntValue(SuccCount); in emitBBAddrMapSection()
|