Searched refs:ForceTargetInstructionCost (Results 1 – 2 of 2) sorted by relevance
42 extern cl::opt<unsigned> ForceTargetInstructionCost;291 if (ForceTargetInstructionCost.getNumOccurrences() > 0 && in cost()293 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()
298 cl::opt<unsigned> ForceTargetInstructionCost( variable5502 if (C.isValid() && ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()5503 C = InstructionCost(ForceTargetInstructionCost); in expectedCost()