Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp134 emitter.labelInScopeCount.push(emitter.labelInScopeCount.top()); in Scope()
138 emitter.labelInScopeCount.pop(); in ~Scope()
181 std::stack<int64_t> labelInScopeCount; member
687 labelInScopeCount.push(0); in CppEmitter()
700 blockMapper.insert(&block, formatv("label{0}", ++labelInScopeCount.top())); in getOrCreateName()