Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance
1923 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument1924 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca()1927 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2244 for (Value *LiveValue: Info.LiveSet) { in rematerializeLiveValues()2247 assert(Info.PointerToBase.count(LiveValue)); in rematerializeLiveValues()2250 LiveValue); in rematerializeLiveValues()2259 if (RootOfChain != Info.PointerToBase[LiveValue]) { in rematerializeLiveValues()2261 PHINode *AlternateRootPhi = dyn_cast<PHINode>(Info.PointerToBase[LiveValue]); in rematerializeLiveValues()2297 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()2361 InsertBefore, RootOfChain, Info.PointerToBase[LiveValue]); in rematerializeLiveValues()[all …]