Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2913 auto *StorageAsArg = dyn_cast<Argument>(Storage); in salvageDebugInfoImpl() local
2915 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
2929 if (StorageAsArg && !OptimizeFrame && !IsSwiftAsyncArg) { in salvageDebugInfoImpl()
2930 auto &Cached = ArgToAllocaMap[StorageAsArg]; in salvageDebugInfoImpl()