Lines Matching defs:preds_
29 GateRegion(Chunk* chunk) : gateList_(chunk), preds_(chunk),
41 to->preds_.emplace_back(this);
119 for (auto it = preds_.begin(); it != preds_.end(); it++) {
121 preds_.erase(it);
130 for (auto p : preds_) {
135 preds_.emplace_back(r);
150 return preds_;
164 preds_.clear();
233 ChunkVector<GateRegion*> preds_;