Searched refs:InstructionCostDetailMap (Results 1 – 1 of 1) sorted by relevance
549 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anonedc2a5c80111::InlineCostCallAnalyzer762 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()