Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h85 SmallVector<CallInst*, 2> SwiftErrorOps; member
H A DCoroSplit.cpp698 for (CallInst *Op : Shape.SwiftErrorOps) { in replaceSwiftErrorOps()
723 Shape.SwiftErrorOps.clear(); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2531 Shape.SwiftErrorOps.push_back(Call); in emitGetSwiftErrorValue()
2547 Shape.SwiftErrorOps.push_back(Call); in emitSetSwiftErrorValue()