Lines Matching defs:Allocas
1 //===-- AMDGPUPromoteAlloca.cpp - Promote Allocas -------------------------===//
113 void sortAllocasToPromote(SmallVectorImpl<AllocaInst *> &Allocas);
267 SmallVectorImpl<AllocaInst *> &Allocas) {
270 for (auto *Alloca : Allocas) {
288 stable_sort(Allocas, [&](AllocaInst *A, AllocaInst *B) {
295 for (auto *A: Allocas)
320 SmallVector<AllocaInst *, 16> Allocas;
327 Allocas.push_back(AI);
331 sortAllocasToPromote(Allocas);
334 for (AllocaInst *AI : Allocas) {
359 // NOTE: tryPromoteAllocaToVector removes the alloca, so Allocas contains