Lines Matching refs:Edges
290 auto *Edges = getEdgesWithAllocInfo(); in getContextIds() local
291 if (!Edges) in getContextIds()
294 for (auto &Edge : *Edges) in getContextIds()
297 for (auto &Edge : *Edges) in getContextIds()
306 auto *Edges = getEdgesWithAllocInfo(); in computeAllocType() local
307 if (!Edges) in computeAllocType()
312 for (auto &Edge : *Edges) { in computeAllocType()
324 auto *Edges = getEdgesWithAllocInfo(); in emptyContextIds() local
325 if (!Edges) in emptyContextIds()
327 for (auto &Edge : *Edges) { in emptyContextIds()
834 &Edges) { in allocTypesMatch() argument
836 InAllocTypes.begin(), InAllocTypes.end(), Edges.begin(), in allocTypesMatch()