Searched refs:InstructionCostDetailMap (Results 1 – 1 of 1) sorted by relevance
560 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anon463f3bdb0111::InlineCostCallAnalyzer782 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()783 InstructionCostDetailMap[I].ThresholdBefore = Threshold; in onInstructionAnalysisStart()791 InstructionCostDetailMap[I].CostAfter = Cost; in onInstructionAnalysisFinish()792 InstructionCostDetailMap[I].ThresholdAfter = Threshold; in onInstructionAnalysisFinish()1132 if (InstructionCostDetailMap.contains(I)) in getCostDetails()1133 return InstructionCostDetailMap[I]; in getCostDetails()