Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1007 Value* newpn = BinaryOperator::Create(Instruction::Add, in insertNumberIncrement() local
1011 node->setEndingPathNumber(newpn); in insertNumberIncrement()
1014 node->setStartingPathNumber(newpn); in insertNumberIncrement()
1147 Value* newpn = in insertInstrumentationStartingAt() local
1152 instrumentNode->setEndingPathNumber(newpn); in insertInstrumentationStartingAt()
1180 Value* newpn = in insertInstrumentationStartingAt() local
1185 instrumentNode->setEndingPathNumber(newpn); in insertInstrumentationStartingAt()
1188 instrumentNode->setStartingPathNumber(newpn); in insertInstrumentationStartingAt()
1246 Value* newpn; in insertInstrumentation() local
1250 newpn = BinaryOperator::Create(Instruction::Add, in insertInstrumentation()
[all …]