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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1048 if (auto FI = dyn_cast<CoroAllocaFreeInst>(User))
1081 auto FI = dyn_cast<CoroAllocaFreeInst>(U);
1120 auto FI = cast<CoroAllocaFreeInst>(U);
1148 auto FI = cast<CoroAllocaFreeInst>(U);
H A DCoroInstr.h497 class LLVM_LIBRARY_VISIBILITY CoroAllocaFreeInst : public IntrinsicInst { class in namespace:llvm

Completed in 117 milliseconds