Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp126 int ThresholdAfter = 0; member
128 int getThresholdDelta() const { return ThresholdAfter - ThresholdBefore; } in getThresholdDelta()
132 bool hasThresholdChanged() const { return ThresholdAfter != ThresholdBefore; } in hasThresholdChanged()
628 InstructionCostDetailMap[I].ThresholdAfter = Threshold; in onInstructionAnalysisFinish()
778 << ", threshold after = " << Record->ThresholdAfter << ", "; in emitInstructionAnnot()