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.cpp1879 auto *StorageAsArg = dyn_cast<Argument>(Storage); in salvageDebugInfoImpl() local
1881 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
1894 if (StorageAsArg && !IsSwiftAsyncArg) { in salvageDebugInfoImpl()
1895 auto &Cached = ArgToAllocaMap[StorageAsArg]; in salvageDebugInfoImpl()