Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LS

84   LexicalScopes &LS;
88 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {}
94 LS.getMachineBasicBlocks(DL, LBlocks);
95 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB);
286 LexicalScopes LS;
345 LS.reset();
717 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
729 LS.initialize(mf);