Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp131 emitter.labelInScopeCount.push(emitter.labelInScopeCount.top()); in Scope()
135 emitter.labelInScopeCount.pop(); in ~Scope()
178 std::stack<int64_t> labelInScopeCount; member
648 labelInScopeCount.push(0); in CppEmitter()
661 blockMapper.insert(&block, formatv("label{0}", ++labelInScopeCount.top())); in getOrCreateName()