Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopInvariantCodeMotion.cpp83 SmallPtrSet<Operation *, 8> willBeMovedSet; in moveLoopInvariantCode() local
89 return (definingOp && !!willBeMovedSet.count(definingOp)) || in moveLoopInvariantCode()
100 willBeMovedSet.insert(&op); in moveLoopInvariantCode()