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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h460 class LLVM_LIBRARY_VISIBILITY CoroAllocaAllocInst : public IntrinsicInst { class in namespace:llvm
483 CoroAllocaAllocInst *getAlloc() const {
484 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg));
500 CoroAllocaAllocInst *getAlloc() const {
501 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg));
H A DCoroFrame.cpp1043 static bool isLocalAlloca(CoroAllocaAllocInst *AI) {
1076 static bool localAllocaNeedsStackSave(CoroAllocaAllocInst *AI) {
1094 static void lowerLocalAllocas(ArrayRef<CoroAllocaAllocInst*> LocalAllocas,
1138 static Instruction *lowerNonLocalAlloca(CoroAllocaAllocInst *AI,
1359 SmallVector<CoroAllocaAllocInst*, 4> LocalAllocas;
1398 if (auto AI = dyn_cast<CoroAllocaAllocInst>(&I)) {

Completed in 456 milliseconds