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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator in enum:llvm::AnyCoroIdRetconInst::__anon5518
236 return cast<Function>(getArgOperand(DeallocArg)->stripPointerCasts());
H A DCoroutines.cpp634 checkWFDealloc(this, getArgOperand(DeallocArg));

Completed in 200 milliseconds