Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineCost.cpp219 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter { class
224 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() function in __anone74d94350111::InlineCostAnnotationWriter
1123 InlineCostAnnotationWriter Writer;
1376 void InlineCostAnnotationWriter::emitInstructionAnnot( in emitInstructionAnnot()