Lines Matching refs:LiveValue
2033 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument
2034 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()
2569 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2570 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()
2581 Record.RootOfChain, PointerToBase[LiveValue]); in rematerializeLiveValues()
2584 Record.RootOfChain, PointerToBase[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
2593 Info.LiveSet.remove(LiveValue); in rematerializeLiveValues()