Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IncValue

1437       Value *IncValue = PN->getIncomingValue(i);
1439 if (IncValue == PN) continue;
1440 AllocaInst *IncValueAI = findAllocaForValue(IncValue);