Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IncValue

1780       Value *IncValue = PN->getIncomingValue(i);
1782 if (IncValue == PN) continue;
1783 AllocaInst *IncValueAI = findAllocaForValue(IncValue);