Home
last modified time | relevance | path

Searched refs:CurrentReload (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp482 Value *CurrentReload = nullptr; in insertSpills() local
514 CurrentReload = nullptr; in insertSpills()
564 CurrentReload = CreateReload(&*CurrentBlock->getFirstInsertionPt()); in insertSpills()
573 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
579 E.user()->replaceUsesOfWith(CurrentValue, CurrentReload); in insertSpills()