Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1593 Value *CurrentReload = nullptr; in insertSpills() local
1604 CurrentReload = Builder.CreateLoad( in insertSpills()
1615 .insertDeclare(CurrentReload, DDI->getVariable(), in insertSpills()
1631 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
1638 U->replaceUsesOfWith(Def, CurrentReload); in insertSpills()