Searched refs:SuccCount (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 223 MachineBasicBlock &Succ, int SuccCount, in splitEdge() argument 275 if (SuccCount == 1) { in splitEdge() 297 if (SuccCount == 1) { in splitEdge() 724 [&](MachineBasicBlock &MBB, MachineBasicBlock &Succ, int SuccCount, in tracePredStateThroughCFG() 730 (SuccCount == 1 && Succ.pred_size() == 1) in tracePredStateThroughCFG() 732 : splitEdge(MBB, Succ, SuccCount, Br, UncondBr, *TII); in tracePredStateThroughCFG() 787 int &SuccCount = SuccCounts[&Succ]; in tracePredStateThroughCFG() local 793 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG() 800 --SuccCount; in tracePredStateThroughCFG()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 930 const unsigned SuccCount = SuccWeights.size(); in calcEstimatedHeuristics() local 937 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics() 949 SuccCount, BranchProbability::getUnknown()); in calcEstimatedHeuristics() 951 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1314 SmallDenseMap<BasicBlock *, unsigned, 8> SuccCount; in simplifyUsingControlFlow() local 1317 ++SuccCount[Succ]; in simplifyUsingControlFlow() 1328 ++SuccCount[SI->getDefaultDest()]; in simplifyUsingControlFlow() 1349 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 945 auto SuccCount = readULEB128As<uint64_t>(Data, Cur, ULEBSizeErr); in decodeBBAddrMapImpl() local 946 for (uint64_t I = 0; I < SuccCount; ++I) { in decodeBBAddrMapImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1545 unsigned SuccCount = MBB.succ_size(); in emitBBAddrMapSection() local 1547 OutStreamer->emitULEB128IntValue(SuccCount); in emitBBAddrMapSection()
|