Lines Matching defs:Edges
261 // Edges to all callees in the profiled call stacks.
265 // Edges to all callers in the profiled call stacks.
290 auto *Edges = getEdgesWithAllocInfo();
291 if (!Edges)
294 for (auto &Edge : *Edges)
297 for (auto &Edge : *Edges)
306 auto *Edges = getEdgesWithAllocInfo();
307 if (!Edges)
312 for (auto &Edge : *Edges) {
324 auto *Edges = getEdgesWithAllocInfo();
325 if (!Edges)
327 for (auto &Edge : *Edges) {
828 // InAllocTypes vector match the alloc types for all edges in the Edges
834 &Edges) {
836 InAllocTypes.begin(), InAllocTypes.end(), Edges.begin(),