Lines Matching defs:LiveValue
2031 // Emit alloca for "LiveValue" and record it in "allocaMap" and
2034 auto emitAllocaFor = [&](Value *LiveValue) {
2036 new AllocaInst(LiveValue->getType(), DL.getAllocaAddrSpace(), "",
2038 AllocaMap[LiveValue] = Alloca;
2542 for (Value *LiveValue : Info.LiveSet) {
2543 auto It = RematerizationCandidates.find(LiveValue);
2560 LiveValuesToBeDeleted.push_back(LiveValue);
2571 Record.RootOfChain, PointerToBase[LiveValue]);
2572 Info.RematerializedValues[RematerializedValue] = LiveValue;
2583 Record.RootOfChain, PointerToBase[LiveValue]);
2586 Record.RootOfChain, PointerToBase[LiveValue]);
2588 Info.RematerializedValues[NormalRematerializedValue] = LiveValue;
2589 Info.RematerializedValues[UnwindRematerializedValue] = LiveValue;
2594 for (auto *LiveValue: LiveValuesToBeDeleted) {
2595 Info.LiveSet.remove(LiveValue);