Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1168 unsigned ExtraPredCost = 0; in shouldConvertIf() local
1174 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()
1177 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
H A DIfConversion.cpp1118 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions() local
1122 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
2178 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock() local
2182 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()