Searched refs:ThresholdBefore (Results 1 – 1 of 1) sorted by relevance
198 int ThresholdBefore = 0; member201 int getThresholdDelta() const { return ThresholdAfter - ThresholdBefore; } in getThresholdDelta()205 bool hasThresholdChanged() const { return ThresholdAfter != ThresholdBefore; } in hasThresholdChanged()763 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()1303 << ", threshold before = " << Record->ThresholdBefore in emitInstructionAnnot()