Home
last modified time | relevance | path

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

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