Home
last modified time | relevance | path

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

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