Searched refs:Dups (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 229 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 232 bool FalseBranch, unsigned &Dups, 292 MachineBasicBlock &CommBB, unsigned Dups, in MeetIfcvtSizeLimit() argument 386 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 387 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() 646 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, in ValidSimple() argument 648 Dups = 0; in ValidSimple() 660 Dups = TrueBBI.NonPredSize; in ValidSimple() 672 bool FalseBranch, unsigned &Dups, in ValidTriangle() argument 674 Dups = 0; in ValidTriangle() [all …]
|