Lines Matching refs:LiveValue
2013 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument
2014 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca()
2017 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2395 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()
2396 auto It = RematerizationCandidates.find(LiveValue); in rematerializeLiveValues()
2413 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()
2479 InsertBefore, Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2480 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()
2490 NormalInsertBefore, Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2492 UnwindInsertBefore, Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2494 Info.RematerializedValues[NormalRematerializedValue] = LiveValue; in rematerializeLiveValues()
2495 Info.RematerializedValues[UnwindRematerializedValue] = LiveValue; in rematerializeLiveValues()
2500 for (auto LiveValue: LiveValuesToBeDeleted) { in rematerializeLiveValues() local
2501 Info.LiveSet.remove(LiveValue); in rematerializeLiveValues()