Home
last modified time | relevance | path

Searched refs:SuccCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp225 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()
789 int &SuccCount = SuccCounts[&Succ]; in tracePredStateThroughCFG() local
795 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG()
802 --SuccCount; in tracePredStateThroughCFG()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp934 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/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1311 SmallDenseMap<BasicBlock *, unsigned, 8> SuccCount; in simplifyUsingControlFlow() local
1314 ++SuccCount[Succ]; in simplifyUsingControlFlow()
1325 ++SuccCount[SI->getDefaultDest()]; in simplifyUsingControlFlow()
1346 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp900 auto SuccCount = readULEB128As<uint64_t>(Data, Cur, ULEBSizeErr); in decodeBBAddrMapImpl() local
901 for (uint64_t I = 0; I < SuccCount; ++I) { in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1458 unsigned SuccCount = MBB.succ_size(); in emitBBAddrMapSection() local
1460 OutStreamer->emitULEB128IntValue(SuccCount); in emitBBAddrMapSection()