Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h86 SmallVector<CallInst*, 2> SwiftErrorOps; member
H A DCoroSplit.cpp682 for (CallInst *Op : Shape.SwiftErrorOps) { in replaceSwiftErrorOps()
707 Shape.SwiftErrorOps.clear(); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2561 Shape.SwiftErrorOps.push_back(Call); in emitGetSwiftErrorValue()
2577 Shape.SwiftErrorOps.push_back(Call); in emitSetSwiftErrorValue()