Home | History | Annotate | Download | only in profile

Lines Matching defs:Site

84   /* This function will never be called when value site array is allocated
117 " Consider using option -mllvm -vp-counters-per-site=<n> to "
188 * number of tracked values per value site. Alternatively, a more
190 * the runtime to track the total number of evictions per-site.
282 /* Compute value count for each site. */
284 ValueProfNode *Site =
286 while (Site) {
288 Site = Site->Next;
299 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site,
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];