Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp569 Value *CachedSlot = nullptr; in replaceSwiftErrorOps() local
571 if (CachedSlot) in replaceSwiftErrorOps()
572 return CachedSlot; in replaceSwiftErrorOps()
577 CachedSlot = &Arg; in replaceSwiftErrorOps()
588 CachedSlot = Alloca; in replaceSwiftErrorOps()