Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DSideEffectInterfaces.cpp69 SmallPtrSet<Value, 4> allocResults; in wouldOpBeTriviallyDeadImpl() local
73 allocResults.insert(it.getValue()); in wouldOpBeTriviallyDeadImpl()
75 if (!llvm::all_of(effects, [&allocResults]( in wouldOpBeTriviallyDeadImpl()
79 if (allocResults.contains(it.getValue())) in wouldOpBeTriviallyDeadImpl()