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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1091 BLInstrumentationNode* nextSourceNode; local
1101 nextSourceNode = targetNode; // ... since we never made any new nodes
1112 nextSourceNode = NULL; // ... otherwise we'll just keep splitting
1201 if (nextSourceNode && instrumentNode->getEndingPathNumber())
1202 pushValueIntoNode(instrumentNode, nextSourceNode);

Completed in 152 milliseconds