Lines Matching defs:WS
3511 LexicalScope *WS = ScopePosition.first;
3514 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
3527 auto DILocationIt = ScopeToDILocation.find(WS);
3530 ScopeToAssignBlocks.find(WS)->second);
3534 EjectionMap[BBNum] = WS->getDFSOut();
3601 LexicalScope *WS = ScopePosition.first;
3609 auto DILocIt = ScopeToDILocation.find(WS);
3610 if (HighestDFSIn <= WS->getDFSIn() && DILocIt != ScopeToDILocation.end()) {
3612 auto &VarsWeCareAbout = ScopeToVars.find(WS)->second;
3613 auto &BlocksInScope = ScopeToAssignBlocks.find(WS)->second;
3619 HighestDFSIn = std::max(HighestDFSIn, WS->getDFSIn());
3622 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
3632 auto DILocationIt = ScopeToDILocation.find(WS);
3637 ScopeToAssignBlocks.find(WS)->second);
3639 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()])