Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp110 std::string MemoryOpRemark::explainSource(StringRef Type) const { in explainSource() function in MemoryOpRemark
175 *R << explainSource("Store") << "\nStore size: " << NV("StoreSize", Size) in visitStore()
184 *R << explainSource("Initialization"); in visitUnknown()
265 R << NV("Callee", F) << explainSource(""); in visitCallee()
398 std::string AutoInitRemark::explainSource(StringRef Type) const { in explainSource() function in AutoInitRemark
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h53 virtual std::string explainSource(StringRef Type) const;
106 std::string explainSource(StringRef Type) const override;