Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h235 Instruction *LifeEnd = nullptr; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp461 if (Info.LifeEnd) in getLifetimeMarkers()
463 Info.LifeEnd = IntrInst; in getLifetimeMarkers()
476 if (!Info.LifeStart || !Info.LifeEnd) in getLifetimeMarkers()
480 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd); in getLifetimeMarkers()
509 LLVM_DEBUG(dbgs() << "Hoisting lifetime.end: " << *LMI.LifeEnd << "\n"); in findAllocas()
510 HoistCands.insert(LMI.LifeEnd); in findAllocas()