Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h251 Instruction *LifeEnd = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp469 if (Info.LifeEnd) in getLifetimeMarkers()
471 Info.LifeEnd = IntrInst; in getLifetimeMarkers()
480 if (!Info.LifeStart || !Info.LifeEnd) in getLifetimeMarkers()
484 Info.HoistLifeEnd = !definedInRegion(Blocks, Info.LifeEnd); in getLifetimeMarkers()
513 LLVM_DEBUG(dbgs() << "Hoisting lifetime.end: " << *LMI.LifeEnd << "\n"); in findAllocas()
514 HoistCands.insert(LMI.LifeEnd); in findAllocas()