Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1134 unsigned ExtraPredCost = 0; in shouldConvertIf() local
1140 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()
1143 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
H A DIfConversion.cpp1124 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions() local
1128 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
2196 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock() local
2200 ToBBI.ExtraCost2 += ExtraPredCost; in CopyAndPredicateBlock()