Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp676 Value *CachedSlot = nullptr; in replaceSwiftErrorOps() local
678 if (CachedSlot) in replaceSwiftErrorOps()
679 return CachedSlot; in replaceSwiftErrorOps()
684 CachedSlot = &Arg; in replaceSwiftErrorOps()
694 CachedSlot = Alloca; in replaceSwiftErrorOps()