Searched refs:effectingOps (Results 1 – 1 of 1) sorted by relevance
42 SmallVector<Operation *, 1> effectingOps(1, rootOp); in wouldOpBeTriviallyDeadImpl() local43 while (!effectingOps.empty()) { in wouldOpBeTriviallyDeadImpl()44 Operation *op = effectingOps.pop_back_val(); in wouldOpBeTriviallyDeadImpl()53 effectingOps.push_back(&nestedOp); in wouldOpBeTriviallyDeadImpl()