Searched refs:CostThreshold (Results 1 – 6 of 6) sorted by relevance
16 static cl::opt<int> CostThreshold("sbvec-cost-threshold", cl::init(0), variable29 << CostAfter << "/" << CostThreshold << ")\n"); in runOnRegion()32 if (CostAfterMinusBefore < -CostThreshold) { in runOnRegion()
125 unsigned CostThreshold = 4) { in allUsesHaveSourceMods() argument138 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
193 unsigned CostThreshold = 4);
772 unsigned CostThreshold) { in allUsesHaveSourceMods() argument789 if (++NumMayIncreaseSize > CostThreshold) in allUsesHaveSourceMods()
120 CostThreshold("dfa-cost-threshold", variable921 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()928 << ", threshold=" << ore::NV("Threshold", CostThreshold) << ")."; in isLegalAndProfitableToTransform()
4586 const NegatibleCost CostThreshold = NegatibleCost::Neutral,4594 if (Cost <= CostThreshold)