Lines Matching defs:zone
12 #include "src/zone/zone-containers.h"
13 #include "src/zone/zone.h"
27 Zone* zone)
30 zone_(zone),
31 limits_(graph->NodeCount(), zone),
32 reduced_(graph->NodeCount(), zone),
33 induction_vars_(zone) {}
36 ZoneQueue<Node*> queue(zone());
189 limits->PushFront(Constraint{left, kind, right}, zone());
194 limits->PushFront(Constraint{right, kind, left}, zone());
263 return zone()->New<InductionVariable>(phi, effect_phi, arith, incr, initial,
264 zone(), arithmeticType);
296 induction_var->phi()->InsertInput(graph()->zone(),
302 graph()->zone(), induction_var->phi()->InputCount() - 1, bound.bound);
306 graph()->zone(), induction_var->phi()->InputCount() - 1, bound.bound);