Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance
2033 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument2034 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca()2037 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2540 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()2541 auto It = RematerizationCandidates.find(LiveValue); in rematerializeLiveValues()2558 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()2570 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()2586 Info.RematerializedValues[NormalRematerializedValue] = LiveValue; in rematerializeLiveValues()2587 Info.RematerializedValues[UnwindRematerializedValue] = LiveValue; in rematerializeLiveValues()2592 for (auto *LiveValue: LiveValuesToBeDeleted) { in rematerializeLiveValues() local[all …]