HomeSort by: relevance | last modified time | path
    Searched refs:NewS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 498 auto NewS = VMap[ActiveSuspend];
499 if (NewS->use_empty()) return;
513 if (!isa<StructType>(NewS->getType())) {
515 NewS->replaceAllUsesWith(Args.front());
520 for (auto UI = NewS->use_begin(), UE = NewS->use_end(); UI != UE; ) {
530 if (NewS->use_empty()) return;
533 Value *Agg = UndefValue::get(NewS->getType());
537 NewS->replaceAllUsesWith(Agg);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1751 auto *NewS = new StoreInst(UndefValue::get(Int8Ty),
1760 // that does not come before NewS. The new memory access is inserted
1766 if (!Current->getMemoryInst()->comesBefore(NewS)) {
1777 NewS, MSSAU->getMemorySSA()->getLiveOnEntryDef(),
1780 NewS, MSSAU->getMemorySSA()->getLiveOnEntryDef(),
1781 NewS->getParent(), MemorySSA::BeforeTerminator);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1680 const SCEV *NewS = S;
1683 NewS = Ext;
1685 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);

Completed in 23 milliseconds