Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c257 static ValueProfRuntimeRecord RTRecord; variable
259 &RTRecord, INSTR_PROF_NULLPTR, /* GetNumValueKinds */
271 RTRecord.Data = Data; in initializeValueProfRuntimeRecord()
272 RTRecord.SiteCountArray = SiteCountArray; in initializeValueProfRuntimeRecord()
280 RTRecord.NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR; in initializeValueProfRuntimeRecord()
285 Nodes ? RTRecord.NodesKind[I][J] : INSTR_PROF_NULLPTR; in initializeValueProfRuntimeRecord()
292 RTRecord.SiteCountArray[I][J] = C; in initializeValueProfRuntimeRecord()
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()
317 return getNumValueDataForSiteRT(&RTRecord, VK, S); in getNumValueDataForSiteWrapper()