Home | History | Annotate | Download | only in IR

Lines Matching refs:DLoc

189                                   const Function &Fn, const DebugLoc &DLoc,
191 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
196 const DebugLoc &DLoc,
198 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
204 const DebugLoc &DLoc,
207 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
213 const DebugLoc &DLoc,
216 DLoc, Msg));
222 const DebugLoc &DLoc,
225 DLoc, Msg));
234 const DebugLoc &DLoc, const Twine &Msg) {
236 Fn, DLoc, Twine("loop not vectorized: " + Msg)));
240 const DebugLoc &DLoc, const Twine &Msg) {
242 Fn, DLoc, Twine("loop not interleaved: " + Msg)));