Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.h24 enum class FuncOpAnalysisState { NotAnalyzed, InProgress, Analyzed }; enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DMacros.h249 InProgress, // During a macro reconstruction. enumerator
H A DMacroCallReconstructor.cpp59 assert(InProgress || finished()); in addLine()
286 State = InProgress; in startReconstruction()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp23 analyzedFuncOps[funcOp] = FuncOpAnalysisState::InProgress; in startFunctionAnalysis()