Home
last modified time | relevance | path

Searched refs:FCycle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1149 unsigned FCycle = 0; in shouldConvertIf() local
1159 FCycle += NumCycles - 1; in shouldConvertIf()
1163 FCycle, FExtra, TrueProbability); in shouldConvertIf()
H A DIfConversion.cpp389 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit() local
390 bool Res = TCycle > 0 && FCycle > 0 && in MeetIfcvtSizeLimit()
393 FCycle, FBBInfo.ExtraCost2, Prediction); in MeetIfcvtSizeLimit()
395 << ", FCycle=" << FCycle in MeetIfcvtSizeLimit()