Searched refs:SuccCount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 228 MachineBasicBlock &Succ, int SuccCount, in splitEdge() argument 280 if (SuccCount == 1) { in splitEdge() 302 if (SuccCount == 1) { in splitEdge() 729 [&](MachineBasicBlock &MBB, MachineBasicBlock &Succ, int SuccCount, in tracePredStateThroughCFG() 735 (SuccCount == 1 && Succ.pred_size() == 1) in tracePredStateThroughCFG() 737 : splitEdge(MBB, Succ, SuccCount, Br, UncondBr, *TII); in tracePredStateThroughCFG() 790 int &SuccCount = SuccCounts[&Succ]; in tracePredStateThroughCFG() local 796 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG() 803 --SuccCount; in tracePredStateThroughCFG()
|