Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp172 int ThresholdBefore = 0; member
175 int getThresholdDelta() const { return ThresholdAfter - ThresholdBefore; } in getThresholdDelta()
179 bool hasThresholdChanged() const { return ThresholdAfter != ThresholdBefore; } in hasThresholdChanged()
733 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()
1270 << ", threshold before = " << Record->ThresholdBefore in emitInstructionAnnot()