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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1271 static void lowerLocalAllocas(ArrayRef<CoroAllocaAllocInst*> LocalAllocas, argument
1273 for (auto AI : LocalAllocas) {
1650 SmallVector<CoroAllocaAllocInst*, 4> LocalAllocas; local
1711 LocalAllocas.push_back(AI);
1761 lowerLocalAllocas(LocalAllocas, DeadInstructions);

Completed in 69 milliseconds