Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DSideEffectInterfaces.cpp44 SmallVector<Operation *, 1> effectingOps(1, rootOp); in wouldOpBeTriviallyDeadImpl() local
45 while (!effectingOps.empty()) { in wouldOpBeTriviallyDeadImpl()
46 Operation *op = effectingOps.pop_back_val(); in wouldOpBeTriviallyDeadImpl()
55 effectingOps.push_back(&nestedOp); in wouldOpBeTriviallyDeadImpl()