Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h103 SmallVector<CallInst*, 2> SwiftErrorOps; member
H A DCoroSplit.cpp619 for (CallInst *Op : Shape.SwiftErrorOps) { in replaceSwiftErrorOps()
644 Shape.SwiftErrorOps.clear(); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2189 Shape.SwiftErrorOps.push_back(Call); in emitGetSwiftErrorValue()
2205 Shape.SwiftErrorOps.push_back(Call); in emitSetSwiftErrorValue()