Searched refs:NewSS (Results 1 – 4 of 4) sorted by relevance
378 int NewSS = ColorSlot(li); in ColorSlots() local379 assert(NewSS >= 0 && "Stack coloring failed?"); in ColorSlots()380 SlotMapping[SS] = NewSS; in ColorSlots()381 RevMap[NewSS].push_back(SS); in ColorSlots()382 SlotWeights[NewSS] += li->weight(); in ColorSlots()383 UsedColors.set(NewSS); in ColorSlots()384 Changed |= (SS != NewSS); in ColorSlots()
680 const StreamState &NewSS) { in setStreamState()681 NewES = NewSS.ErrorState; in setStreamState()682 return State->set<StreamMap>(StreamSym, NewSS); in setStreamState()1681 StreamState NewSS = StreamState::getOpened(Desc, NewES, false); in evalFflush() local1682 StateNotFailed = StateNotFailed->set<StreamMap>(Sym, NewSS); in evalFflush()
14631 llvm::SmallVectorImpl<SatisfactionStackEntryTy> &NewSS) { in SwapSatisfactionStack() argument14632 SatisfactionStack.swap(NewSS); in SwapSatisfactionStack()
434 CXXScopeSpec NewSS, *NewSSPtr = SS; in getTypeName() local436 NewSS.MakeTrivial(Context, NNS, SourceRange(NameLoc)); in getTypeName()437 NewSSPtr = &NewSS; in getTypeName()