Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2040 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument
2042 new AllocaInst(LiveValue->getType(), DL.getAllocaAddrSpace(), "", in relocationViaAlloca()
2044 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2549 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()
2550 auto It = RematerizationCandidates.find(LiveValue); in rematerializeLiveValues()
2567 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()
2578 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2579 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()
2590 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2593 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
[all …]