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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1094 static void lowerLocalAllocas(ArrayRef<CoroAllocaAllocInst*> LocalAllocas, argument
1096 for (auto AI : LocalAllocas) {
1359 SmallVector<CoroAllocaAllocInst*, 4> LocalAllocas; local
1401 LocalAllocas.push_back(AI);
1436 lowerLocalAllocas(LocalAllocas, DeadInstructions);

Completed in 101 milliseconds