Searched refs:CoroFrameInst (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp253 SmallVector<CoroFrameInst *, 8> CoroFrames;
265 CoroFrames.push_back(cast<CoroFrameInst>(II));
330 for (CoroFrameInst *CF : CoroFrames) {
473 for (CoroFrameInst *CF : CoroFrames) {
H A DCoroInstr.h277 class LLVM_LIBRARY_VISIBILITY CoroFrameInst : public IntrinsicInst { class in namespace:llvm

Completed in 105 milliseconds