Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h266 void resetCache() { in resetCache() function
288 resetCache(); in const_iterator()
315 resetCache();
337 resetCache(); in advanceToLowerBound()
/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp54 void resetCache() { in resetCache() function in FrameHeaderCache
81 resetCache(); in cacheNeedsReset()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DEliminateEmptyTensors.cpp104 state.resetCache(); in linalgOpAnchoredEmptyTensorEliminationStep()
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DEmptyTensorElimination.cpp179 state.resetCache();
H A DOneShotAnalysis.cpp982 void OneShotAnalysisState::resetCache() { in wouldCreateWriteToNonWritableBuffer()
983 AnalysisState::resetCache();
996 void OneShotAnalysisState::resetCache() { resetCache() function in OneShotAnalysisState
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h135 void resetCache() override;
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h564 virtual void resetCache();
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp110 void AnalysisState::resetCache() { enclosingRepetitiveRegionCache.clear(); } in resetCache() function in AnalysisState