Searched refs:Dups (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp230 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
233 bool FalseBranch, unsigned &Dups,
293 MachineBasicBlock &CommBB, unsigned Dups,
387 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups;
388 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups;
652 /// ifcvt would need to duplicate if performed in Dups.
653 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, argument
655 Dups = 0;
667 Dups = TrueBBI.NonPredSize;
677 /// that the ifcvt would need to duplicate if performed in 'Dups'
292 MeetIfcvtSizeLimit(BBInfo &TBBInfo, BBInfo &FBBInfo, MachineBasicBlock &CommBB, unsigned Dups, BranchProbability Prediction, bool Forked) const argument
678 ValidTriangle(BBInfo &TrueBBI, BBInfo &FalseBBI, bool FalseBranch, unsigned &Dups, BranchProbability Prediction) const argument
1289 unsigned Dups = 0; local
[all...]

Completed in 47 milliseconds