Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h236 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
262 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
760 enum { AllocArg }; enumerator
763 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
777 enum { AllocArg }; enumerator
780 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
H A DCoroutines.cpp594 checkWFAlloc(this, getArgOperand(AllocArg)); in checkWellFormed()