Home | History | Annotate | Download | only in IR

Lines Matching refs:DLoc

198                                   const Function &Fn, const DebugLoc &DLoc,
200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
205 const DebugLoc &DLoc,
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
213 const DebugLoc &DLoc,
216 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
222 const DebugLoc &DLoc,
225 DLoc, Msg));
231 const DebugLoc &DLoc,
234 DLoc, Msg));
253 const DebugLoc &DLoc, const Twine &Msg) {
255 Fn, DLoc, Twine("loop not vectorized: " + Msg)));
259 const DebugLoc &DLoc, const Twine &Msg) {
261 Fn, DLoc, Twine("loop not interleaved: " + Msg)));