Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c231 ValueProfNode **NodesKind[IPVK_Last + 1]; member
280 RTRecord.NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR; in initializeValueProfRuntimeRecord()
285 Nodes ? RTRecord.NodesKind[I][J] : INSTR_PROF_NULLPTR; in initializeValueProfRuntimeRecord()
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()