Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp195 struct InstructionCostDetail { struct
549 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap;
1056 std::optional<InstructionCostDetail> getCostDetails(const Instruction *I) { in getCostDetails()
1297 std::optional<InstructionCostDetail> Record = ICCA->getCostDetails(I); in emitInstructionAnnot()