Searched refs:InstructionCostDetailMap (Results 1 – 1 of 1) sorted by relevance
520 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anon9893a50b0111::InlineCostCallAnalyzer732 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()733 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()741 InstructionCostDetailMap[I].CostAfter = Cost; in onInstructionAnalysisFinish()742 InstructionCostDetailMap[I].ThresholdAfter = Threshold; in onInstructionAnalysisFinish()1028 if (InstructionCostDetailMap.find(I) != InstructionCostDetailMap.end()) in getCostDetails()1029 return InstructionCostDetailMap[I]; in getCostDetails()