Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance
2034 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument2036 new AllocaInst(LiveValue->getType(), DL.getAllocaAddrSpace(), "", in relocationViaAlloca()2038 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2542 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()2543 auto It = RematerizationCandidates.find(LiveValue); in rematerializeLiveValues()2560 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()2571 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()2572 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()2583 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()2586 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()[all …]