Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance
2013 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument2014 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()2494 Info.RematerializedValues[NormalRematerializedValue] = LiveValue; in rematerializeLiveValues()2500 for (auto LiveValue: LiveValuesToBeDeleted) { in rematerializeLiveValues() local[all …]