Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1628 Value *CurrentReload = nullptr; in insertSpills() local
1640 CurrentReload = GEP; in insertSpills()
1642 CurrentReload = Builder.CreateAlignedLoad( in insertSpills()
1653 .insertDeclare(CurrentReload, DDI->getVariable(), in insertSpills()
1669 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
1676 U->replaceUsesOfWith(Def, CurrentReload); in insertSpills()