Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Arg

1568       for (Value *Arg : II->arg_operands()) {
1569 AllocaInst *AI = dyn_cast<AllocaInst>(Arg->stripPointerCasts());
1571 "non-static alloca arg to localescape");