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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c301 static ValueProfRuntimeRecord RTRecord; variable
303 &RTRecord, INSTR_PROF_NULLPTR, /* GetNumValueKinds */
315 RTRecord.Data = Data;
316 RTRecord.SiteCountArray = SiteCountArray;
324 RTRecord.NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR;
329 Nodes ? RTRecord.NodesKind[I][J] : INSTR_PROF_NULLPTR;
336 RTRecord.SiteCountArray[I][J] = C;
347 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];
361 return getNumValueDataForSiteRT(&RTRecord, VK, S);

Completed in 100 milliseconds