Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
HDRemark.h70 AnalysisFPCommute, enumerator
87 case Type::AnalysisFPCommute: in typeToStr()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMRemarkStreamer.cpp40 return remarks::Type::AnalysisFPCommute; in toRemarkType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Remarks/
HDYAMLRemarkSerializer.cpp51 (Remark->RemarkType == Type::AnalysisFPCommute))) in mapping()
HDYAMLRemarkParser.cpp276 .Case("!AnalysisFPCommute", remarks::Type::AnalysisFPCommute) in parseType()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkCounter.cpp69 clEnumValN(Type::AnalysisFPCommute, "analysis-fp-commute",