Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance
2040 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument2042 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 …]