Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:APC

465     AllocaPoisonCall APC = {&II, SizeValue, DoPoison};
466 AllocaPoisonCallVec.push_back(APC);
1328 const AllocaPoisonCall &APC = AllocaPoisonCallVec[i];
1329 IntrinsicInst *II = APC.InsBefore;
1333 poisonAlloca(AI, APC.Size, IRB, APC.DoPoison);
1334 HavePoisonedAllocas |= APC.DoPoison;