Searched refs:InstructionCostDetail (Results 1 – 1 of 1) sorted by relevance
206 struct InstructionCostDetail { struct560 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap;1131 std::optional<InstructionCostDetail> getCostDetails(const Instruction *I) { in getCostDetails()1381 std::optional<InstructionCostDetail> Record = ICCA->getCostDetails(I); in emitInstructionAnnot()