Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DGreedyPatternRewriteDriver.cpp190 bool inPlaceUpdate; in simplify() local
192 &inPlaceUpdate)))) { in simplify()
194 if (!inPlaceUpdate) in simplify()
334 bool inPlaceUpdate; in simplifyLocally() local
337 &inPlaceUpdate))) { in simplifyLocally()
339 if (!inPlaceUpdate) { in simplifyLocally()
DFoldUtils.cpp77 function_ref<void(Operation *)> preReplaceAction, bool *inPlaceUpdate) { in tryToFold() argument
78 if (inPlaceUpdate) in tryToFold()
79 *inPlaceUpdate = false; in tryToFold()
94 if (inPlaceUpdate) in tryToFold()
95 *inPlaceUpdate = true; in tryToFold()
/external/llvm-project/mlir/include/mlir/Transforms/
DFoldUtils.h47 bool *inPlaceUpdate = nullptr);