Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DL

107 LexicalScope *LexicalScopes::findInlinedScope(DebugLoc DL) {
110 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
117 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) {
120 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
139 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) {
142 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
288 DebugLoc DL, SmallPtrSet<const MachineBasicBlock *, 4> &MBBs) {
290 LexicalScope *Scope = getOrCreateLexicalScope(DL);
311 bool LexicalScopes::dominates(DebugLoc DL, MachineBasicBlock *MBB) {
312 LexicalScope *Scope = getOrCreateLexicalScope(DL);