Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:newpn

1007   Value* newpn = BinaryOperator::Create(Instruction::Add,
1011 node->setEndingPathNumber(newpn);
1014 node->setStartingPathNumber(newpn);
1147 Value* newpn =
1152 instrumentNode->setEndingPathNumber(newpn);
1180 Value* newpn =
1185 instrumentNode->setEndingPathNumber(newpn);
1188 instrumentNode->setStartingPathNumber(newpn);
1246 Value* newpn;
1250 newpn = BinaryOperator::Create(Instruction::Add,
1255 newpn = node->getStartingPathNumber();
1257 newpn = (Value*)createIncrementConstant(
1261 insertCounterIncrement(newpn, insertPoint, &dag);
1262 insertCounterIncrement(newpn, node->getBlock()->getTerminator(),