Home
last modified time | relevance | path

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

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