Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp598 Value *CurrentReload = nullptr; in insertSpills() local
658 CurrentReload = nullptr; in insertSpills()
725 CurrentReload = CreateReload(&*CurrentBlock->getFirstInsertionPt()); in insertSpills()
734 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
740 E.user()->replaceUsesOfWith(CurrentValue, CurrentReload); in insertSpills()