Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h63 SmallVector<CallInst *, 2> SwiftErrorOps; member
74 SwiftErrorOps.clear(); in clear()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1603 Shape.SwiftErrorOps.push_back(Call); in emitGetSwiftErrorValue()
1619 Shape.SwiftErrorOps.push_back(Call); in emitSetSwiftErrorValue()
H A DCoroSplit.cpp592 for (CallInst *Op : Shape.SwiftErrorOps) { in replaceSwiftErrorOps()
617 Shape.SwiftErrorOps.clear(); in replaceSwiftErrorOps()