Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h238 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
262 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
766 enum { AllocArg }; enumerator
770 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
784 enum { AllocArg }; enumerator
788 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp643 checkWFAlloc(this, getArgOperand(AllocArg)); in checkWellFormed()