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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c275 ValueProfNode **NodesKind[IPVK_Last + 1]; member in struct:ValueProfRuntimeRecord
324 RTRecord.NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR;
329 Nodes ? RTRecord.NodesKind[I][J] : INSTR_PROF_NULLPTR;
347 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];

Completed in 135 milliseconds