Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp206 struct InstructionCostDetail { struct
560 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()