Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h71 AnalysisFPCommute, enumerator
88 case Type::AnalysisFPCommute: in typeToStr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp40 return remarks::Type::AnalysisFPCommute; in toRemarkType()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp50 (Remark->RemarkType == Type::AnalysisFPCommute))) in mapping()
H A DYAMLRemarkParser.cpp251 .Case("!AnalysisFPCommute", remarks::Type::AnalysisFPCommute) in parseType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp70 clEnumValN(Type::AnalysisFPCommute, "analysis-fp-commute",