Lines Matching defs:Edges
288 // Edges to all callees in the profiled call stacks.
292 // Edges to all callers in the profiled call stacks.
317 auto *Edges = getEdgesWithAllocInfo();
318 if (!Edges)
321 for (auto &Edge : *Edges)
324 for (auto &Edge : *Edges)
333 auto *Edges = getEdgesWithAllocInfo();
334 if (!Edges)
339 for (auto &Edge : *Edges) {
351 auto *Edges = getEdgesWithAllocInfo();
352 if (!Edges)
354 for (auto &Edge : *Edges) {
945 // InAllocTypes vector match the alloc types for all edges in the Edges
951 &Edges) {
953 // this set of Edges. Make sure the sizes are the same.
954 assert(InAllocTypes.size() == Edges.size());
956 InAllocTypes.begin(), InAllocTypes.end(), Edges.begin(), Edges.end(),