Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp560 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anon463f3bdb0111::InlineCostCallAnalyzer
782 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()