Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp182 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter { class
187 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() function in __anon9893a50b0111::InlineCostAnnotationWriter
1019 InlineCostAnnotationWriter Writer;
1259 void InlineCostAnnotationWriter::emitInstructionAnnot( in emitInstructionAnnot()