Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp139 int ThresholdBefore = 0; member
142 int getThresholdDelta() const { return ThresholdAfter - ThresholdBefore; } in getThresholdDelta()
146 bool hasThresholdChanged() const { return ThresholdAfter != ThresholdBefore; } in hasThresholdChanged()
664 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()
964 << ", threshold before = " << Record->ThresholdBefore in emitInstructionAnnot()