Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LS

79   LexicalScopes &LS;
83 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
89 LS.getMachineBasicBlocks(DL, LBlocks);
90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
285 LexicalScopes LS;
658 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
670 LS.initialize(mf);
678 LS.releaseMemory();