Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp122 struct InstructionCostDetail { struct
445 DenseMap<const Instruction *, InstructionCostDetail> InstructionCostDetailMap;
743 Optional<InstructionCostDetail> getCostDetails(const Instruction *I) { in getCostDetails()
771 Optional<InstructionCostDetail> Record = ICCA->getCostDetails(I); in emitInstructionAnnot()