Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Alloca

179 /// alloca.
1076 // This is used to track if a pointer is stored into an alloca.
1803 // If we have a store into an alloca of a pointer we are tracking, the
1809 // from the alloca. The optimizer will through the provenance analysis
2775 // Then, for each destroyWeak with an alloca operand, check to see if
2776 // the alloca and all its users can be zapped.
2785 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) {
2786 for (User *U : Alloca->users()) {
2798 for (auto UI = Alloca->user_begin(), UE = Alloca->user_end(); UI != UE;) {
2810 llvm_unreachable("alloca really is used!");
2814 Alloca->eraseFromParent();