Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2459 static void lowerLocalAllocas(ArrayRef<CoroAllocaAllocInst*> LocalAllocas, in lowerLocalAllocas() argument
2461 for (auto *AI : LocalAllocas) { in lowerLocalAllocas()
3122 SmallVector<CoroAllocaAllocInst*, 4> LocalAllocas; in buildCoroutineFrame() local
3145 LocalAllocas.push_back(AI); in buildCoroutineFrame()
3211 lowerLocalAllocas(LocalAllocas, DeadInstructions); in buildCoroutineFrame()