Searched refs:NewS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp421 auto NewS = VMap[ActiveSuspend]; local
422 if (NewS->use_empty()) return;
432 if (!isa<StructType>(NewS->getType())) {
434 NewS->replaceAllUsesWith(Args.front());
439 for (auto UI = NewS->use_begin(), UE = NewS->use_end(); UI != UE; ) {
449 if (NewS->use_empty()) return;
452 Value *Agg = UndefValue::get(NewS->getType());
456 NewS->replaceAllUsesWith(Agg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1632 const SCEV *NewS = S; local
1635 NewS = Ext;
1637 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);

Completed in 121 milliseconds