Searched refs:Dups (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 231 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 234 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() 648 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, in ValidSimple() argument 650 Dups = 0; in ValidSimple() 662 Dups = TrueBBI.NonPredSize; in ValidSimple() 674 bool FalseBranch, unsigned &Dups, in ValidTriangle() argument 676 Dups = 0; in ValidTriangle() [all …]
|