Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp137 int CostBefore = 0; member
144 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta()
663 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()
962 OS << "; cost before = " << Record->CostBefore in emitInstructionAnnot()