Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h198 struct LifetimeMarkerInfo { struct
205 LifetimeMarkerInfo argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp442 CodeExtractor::LifetimeMarkerInfo
446 LifetimeMarkerInfo Info; in getLifetimeMarkers()
493 [&](const LifetimeMarkerInfo &LMI) -> bool { in findAllocas()
521 LifetimeMarkerInfo MarkerInfo = getLifetimeMarkers(CEAC, AI, ExitBlock); in findAllocas()
531 SmallVector<LifetimeMarkerInfo, 2> BitcastLifetimeInfo; in findAllocas()
535 LifetimeMarkerInfo LMI = getLifetimeMarkers(CEAC, Bitcast, ExitBlock); in findAllocas()
558 const LifetimeMarkerInfo &LMI = BitcastLifetimeInfo[I]; in findAllocas()