Lines Matching defs:effectingOps
47 SmallVector<std::pair<Block::iterator, Block::iterator>, 1> effectingOps = {
49 while (!effectingOps.empty()) {
50 Block::iterator &it = effectingOps.back().first;
51 Block::iterator end = effectingOps.back().second;
53 effectingOps.pop_back();
65 effectingOps.push_back(std::make_pair(block.begin(), block.end()));
344 SmallVector<Operation *> effectingOps(1, rootOp);
345 while (!effectingOps.empty()) {
346 Operation *op = effectingOps.pop_back_val();
356 effectingOps.push_back(&nestedOp);