Lines Matching defs:Allocas
293 dbgs() << "Allocas:\n";
295 dbgs() << " " << AllocaNo << ": " << *Allocas[AllocaNo] << "\n";
319 ArrayRef<const AllocaInst *> Allocas,
321 : F(F), Type(Type), Allocas(Allocas), NumAllocas(Allocas.size()) {
325 AllocaNumbering[Allocas[I]] = I;
403 SmallVector<const AllocaInst *, 8> Allocas;
406 Allocas.push_back(AI);
407 StackLifetime SL(F, Allocas, Type);