Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp549 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap; member in __anon66fc65d70111::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()