Home
last modified time | relevance | path

Searched refs:LiveValue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1923 auto emitAllocaFor = [&](Value *LiveValue) { in relocationViaAlloca() argument
1924 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 …]