Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp858 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter { class
863 PredicateInfoAnnotatedWriter(const PredicateInfo *M) : PredInfo(M) {} in PredicateInfoAnnotatedWriter() function in llvm::PredicateInfoAnnotatedWriter
898 PredicateInfoAnnotatedWriter Writer(this); in print()
903 PredicateInfoAnnotatedWriter Writer(this); in dump()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h193 friend class PredicateInfoAnnotatedWriter;