Searched refs:LocalAllocas (Results 1 – 1 of 1) sorted by relevance
2459 static void lowerLocalAllocas(ArrayRef<CoroAllocaAllocInst*> LocalAllocas, in lowerLocalAllocas() argument2461 for (auto *AI : LocalAllocas) { in lowerLocalAllocas()3122 SmallVector<CoroAllocaAllocInst*, 4> LocalAllocas; in buildCoroutineFrame() local3145 LocalAllocas.push_back(AI); in buildCoroutineFrame()3211 lowerLocalAllocas(LocalAllocas, DeadInstructions); in buildCoroutineFrame()