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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp231 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
234 bool FalseBranch, unsigned &Dups,
294 MachineBasicBlock &CommBB, unsigned Dups,
388 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups;
389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups;
647 /// ifcvt would need to duplicate if performed in Dups.
648 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, argument
650 Dups = 0;
662 Dups = TrueBBI.NonPredSize;
672 /// that the ifcvt would need to duplicate if performed in 'Dups'
293 MeetIfcvtSizeLimit(BBInfo &TBBInfo, BBInfo &FBBInfo, MachineBasicBlock &CommBB, unsigned Dups, BranchProbability Prediction, bool Forked) const argument
673 ValidTriangle(BBInfo &TrueBBI, BBInfo &FalseBBI, bool FalseBranch, unsigned &Dups, BranchProbability Prediction) const argument
1289 unsigned Dups = 0; local
[all...]

Completed in 178 milliseconds