Searched refs:SuccCount (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 226 MachineBasicBlock &Succ, int SuccCount, in splitEdge() argument 278 if (SuccCount == 1) { in splitEdge() 300 if (SuccCount == 1) { in splitEdge() 727 [&](MachineBasicBlock &MBB, MachineBasicBlock &Succ, int SuccCount, in tracePredStateThroughCFG() 733 (SuccCount == 1 && Succ.pred_size() == 1) in tracePredStateThroughCFG() 735 : 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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1306 SmallDenseMap<BasicBlock *, unsigned, 8> SuccCount; in simplifyUsingControlFlow() local 1309 ++SuccCount[Succ]; in simplifyUsingControlFlow() 1320 ++SuccCount[SI->getDefaultDest()]; in simplifyUsingControlFlow() 1341 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()
|