Searched refs:Dups (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 232 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 235 bool FalseBranch, unsigned &Dups, 294 MachineBasicBlock &CommBB, unsigned Dups, in MeetIfcvtSizeLimit() argument 388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 662 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, in ValidSimple() argument 664 Dups = 0; in ValidSimple() 676 Dups = TrueBBI.NonPredSize; in ValidSimple() 688 bool FalseBranch, unsigned &Dups, in ValidTriangle() argument 690 Dups = 0; in ValidTriangle() [all …]
|