Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp153 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter { class
158 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() function in __anondb71d90f0111::InlineCostAnnotationWriter
936 InlineCostAnnotationWriter Writer;
1171 void InlineCostAnnotationWriter::emitInstructionAnnot( in emitInstructionAnnot()