Home
last modified time | relevance | path

Searched refs:DebugMsg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h172 const StringRef DebugMsg, const StringRef OREMsg, const StringRef ORETag,
176 inline void reportVectorizationFailure(const StringRef DebugMsg,
181 reportVectorizationFailure(DebugMsg, DebugMsg, ORETag, ORE, TheLoop, I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp80 static void debugHWLoopFailure(const StringRef DebugMsg, in debugHWLoopFailure() argument
82 dbgs() << "HWLoops: " << DebugMsg; in debugHWLoopFailure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp781 const StringRef DebugMsg, in debugVectorizationMessage() argument
783 dbgs() << "LV: " << Prefix << DebugMsg; in debugVectorizationMessage()
827 void reportVectorizationFailure(const StringRef DebugMsg, in reportVectorizationFailure() argument
831 LLVM_DEBUG(debugVectorizationMessage("Not vectorizing: ", DebugMsg, I)); in reportVectorizationFailure()