Searched refs:Dups (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 227 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 230 bool FalseBranch, unsigned &Dups, 290 MachineBasicBlock &CommBB, unsigned Dups, in MeetIfcvtSizeLimit() argument 384 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 385 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 643 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, in ValidSimple() argument 645 Dups = 0; in ValidSimple() 657 Dups = TrueBBI.NonPredSize; in ValidSimple() 669 bool FalseBranch, unsigned &Dups, in ValidTriangle() argument 671 Dups = 0; in ValidTriangle() [all …]
|