Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp108 std::string MemoryOpRemark::explainSource(StringRef Type) const { in explainSource() function in MemoryOpRemark
172 *R << explainSource("Store") << "\nStore size: " << NV("StoreSize", Size) in visitStore()
181 *R << explainSource("Initialization"); in visitUnknown()
262 R << NV("Callee", F) << explainSource(""); in visitCallee()
392 std::string AutoInitRemark::explainSource(StringRef Type) const { in explainSource() function in AutoInitRemark
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h52 virtual std::string explainSource(StringRef Type) const;
105 std::string explainSource(StringRef Type) const override;