Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp589 Value *CachedSlot = nullptr; in replaceSwiftErrorOps() local
591 if (CachedSlot) { in replaceSwiftErrorOps()
592 assert(CachedSlot->getType()->getPointerElementType() == ValueTy && in replaceSwiftErrorOps()
594 return CachedSlot; in replaceSwiftErrorOps()
600 CachedSlot = &Arg; in replaceSwiftErrorOps()
612 CachedSlot = Alloca; in replaceSwiftErrorOps()