Home
last modified time | relevance | path

Searched refs:effectingOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Interfaces/
DSideEffectInterfaces.cpp42 SmallVector<Operation *, 1> effectingOps(1, rootOp); in wouldOpBeTriviallyDeadImpl() local
43 while (!effectingOps.empty()) { in wouldOpBeTriviallyDeadImpl()
44 Operation *op = effectingOps.pop_back_val(); in wouldOpBeTriviallyDeadImpl()
53 effectingOps.push_back(&nestedOp); in wouldOpBeTriviallyDeadImpl()