Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1672 Value *CurrentReload = nullptr; in insertSpills() local
1684 CurrentReload = GEP; in insertSpills()
1686 CurrentReload = Builder.CreateAlignedLoad( in insertSpills()
1697 .insertDeclare(CurrentReload, DDI->getVariable(), in insertSpills()
1719 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
1726 U->replaceUsesOfWith(Def, CurrentReload); in insertSpills()