Lines Matching defs:WS
3497 LexicalScope *WS = ScopePosition.first;
3500 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
3513 auto DILocationIt = ScopeToDILocation.find(WS);
3516 ScopeToAssignBlocks.find(WS)->second);
3520 EjectionMap[BBNum] = WS->getDFSOut();
3587 LexicalScope *WS = ScopePosition.first;
3595 auto DILocIt = ScopeToDILocation.find(WS);
3596 if (HighestDFSIn <= WS->getDFSIn() && DILocIt != ScopeToDILocation.end()) {
3598 auto &VarsWeCareAbout = ScopeToVars.find(WS)->second;
3599 auto &BlocksInScope = ScopeToAssignBlocks.find(WS)->second;
3605 HighestDFSIn = std::max(HighestDFSIn, WS->getDFSIn());
3608 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
3618 auto DILocationIt = ScopeToDILocation.find(WS);
3623 ScopeToAssignBlocks.find(WS)->second);
3625 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()])