Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
236 return cast<Function>(getArgOperand(DeallocArg)->stripPointerCasts()); in getDeallocFunction()
H A DCoroutines.cpp586 checkWFDealloc(this, getArgOperand(DeallocArg)); in checkWellFormed()