Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1845 Value *CurrentReload = nullptr; in insertSpills() local
1858 CurrentReload = GEP; in insertSpills()
1860 CurrentReload = Builder.CreateAlignedLoad( in insertSpills()
1891 new DPValue(ValueAsMetadata::get(CurrentReload), in insertSpills()
1898 .insertDeclare(CurrentReload, DDI->getVariable(), in insertSpills()
1918 PN->replaceAllUsesWith(CurrentReload); in insertSpills()
1925 U->replaceUsesOfWith(Def, CurrentReload); in insertSpills()
1929 DPV.replaceVariableLocationOp(Def, CurrentReload, true); in insertSpills()