Lines Matching defs:LiveValue
2037 // Emit alloca for "LiveValue" and record it in "allocaMap" and
2040 auto emitAllocaFor = [&](Value *LiveValue) {
2042 new AllocaInst(LiveValue->getType(), DL.getAllocaAddrSpace(), "",
2044 AllocaMap[LiveValue] = Alloca;
2549 for (Value *LiveValue : Info.LiveSet) {
2550 auto It = RematerizationCandidates.find(LiveValue);
2567 LiveValuesToBeDeleted.push_back(LiveValue);
2578 Record.RootOfChain, PointerToBase[LiveValue]);
2579 Info.RematerializedValues[RematerializedValue] = LiveValue;
2590 Record.RootOfChain, PointerToBase[LiveValue]);
2593 Record.RootOfChain, PointerToBase[LiveValue]);
2595 Info.RematerializedValues[NormalRematerializedValue] = LiveValue;
2596 Info.RematerializedValues[UnwindRematerializedValue] = LiveValue;
2601 for (auto *LiveValue: LiveValuesToBeDeleted) {
2602 Info.LiveSet.remove(LiveValue);