Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp1527 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument
1528 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), "", in relocationViaAlloca()
1530 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1973 for (Value *LiveValue: Info.liveset) { in rematerializeLiveValues()
1976 assert(Info.PointerToBase.find(LiveValue) != Info.PointerToBase.end()); in rematerializeLiveValues()
1979 LiveValue, in rematerializeLiveValues()
1980 Info.PointerToBase[LiveValue]); in rematerializeLiveValues()
2004 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()
2057 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()
2071 Info.RematerializedValues[NormalRematerializedValue] = LiveValue; in rematerializeLiveValues()
[all …]