Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h231 struct LifetimeMarkerInfo { struct
240 LifetimeMarkerInfo argument
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp443 CodeExtractor::LifetimeMarkerInfo
447 LifetimeMarkerInfo Info; in getLifetimeMarkers()
500 [&](const LifetimeMarkerInfo &LMI) -> bool { in findAllocas()
528 LifetimeMarkerInfo MarkerInfo = getLifetimeMarkers(CEAC, AI, ExitBlock); in findAllocas()
578 SmallVector<LifetimeMarkerInfo, 2> BitcastLifetimeInfo; in findAllocas()
582 LifetimeMarkerInfo LMI = getLifetimeMarkers(CEAC, Bitcast, ExitBlock); in findAllocas()
605 const LifetimeMarkerInfo &LMI = BitcastLifetimeInfo[I]; in findAllocas()