Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp660 Value *CachedSlot = nullptr; in replaceSwiftErrorOps() local
662 if (CachedSlot) in replaceSwiftErrorOps()
663 return CachedSlot; in replaceSwiftErrorOps()
668 CachedSlot = &Arg; in replaceSwiftErrorOps()
678 CachedSlot = Alloca; in replaceSwiftErrorOps()