Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
231 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
691 enum { AllocArg }; enumerator
694 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
708 enum { AllocArg }; enumerator
711 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg)); in getAlloc()
DCoroutines.cpp591 checkWFAlloc(this, getArgOperand(AllocArg)); in checkWellFormed()