Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp796 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter { class
801 PredicateInfoAnnotatedWriter(const PredicateInfo *M) : PredInfo(M) {} in PredicateInfoAnnotatedWriter() function in llvm::PredicateInfoAnnotatedWriter
833 PredicateInfoAnnotatedWriter Writer(this); in print()
838 PredicateInfoAnnotatedWriter Writer(this); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h228 friend class PredicateInfoAnnotatedWriter;