Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp549 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anonedc2a5c80111::InlineCostCallAnalyzer
762 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()
763 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()
771 InstructionCostDetailMap[I].CostAfter = Cost; in onInstructionAnalysisFinish()
772 InstructionCostDetailMap[I].ThresholdAfter = Threshold; in onInstructionAnalysisFinish()
1057 if (InstructionCostDetailMap.find(I) != InstructionCostDetailMap.end()) in getCostDetails()
1058 return InstructionCostDetailMap[I]; in getCostDetails()