Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp208 class InlineCostAnnotationWriter : public AssemblyAnnotationWriter { class
213 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter() function in __anon66fc65d70111::InlineCostAnnotationWriter
1048 InlineCostAnnotationWriter Writer;
1292 void InlineCostAnnotationWriter::emitInstructionAnnot( in emitInstructionAnnot()