Searched refs:CoroAllocInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h70 class LLVM_LIBRARY_VISIBILITY CoroAllocInst : public IntrinsicInst { class in namespace:llvm
84 CoroAllocInst *getCoroAlloc() {
86 if (auto *CA = dyn_cast<CoroAllocInst>(U))
H A DCoroElide.cpp31 SmallVector<CoroAllocInst *, 1> CoroAllocs;
203 else if (auto *CA = dyn_cast<CoroAllocInst>(U))
H A DCoroSplit.cpp857 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) {

Completed in 112 milliseconds