Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
788 int &SuccCount = SuccCounts[&Succ]; in tracePredStateThroughCFG() local
794 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG()
801 --SuccCount; in tracePredStateThroughCFG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp886 const unsigned SuccCount = SuccWeights.size(); in calcEstimatedHeuristics() local
893 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics()
905 SuccCount, BranchProbability::getUnknown()); in calcEstimatedHeuristics()
907 for (unsigned Idx = 0; Idx < SuccCount; ++Idx) { in calcEstimatedHeuristics()