Searched refs:newpn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1008 Value* newpn = BinaryOperator::Create(Instruction::Add, local
1012 node->setEndingPathNumber(newpn);
1015 node->setStartingPathNumber(newpn);
1148 Value* newpn = local
1153 instrumentNode->setEndingPathNumber(newpn);
1181 Value* newpn = local
1186 instrumentNode->setEndingPathNumber(newpn);
1189 instrumentNode->setStartingPathNumber(newpn);
1247 Value* newpn; local
1251 newpn
[all...]

Completed in 36 milliseconds