Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp133 emitter.valueInScopeCount.push(emitter.valueInScopeCount.top()); in Scope()
137 emitter.valueInScopeCount.pop(); in ~Scope()
180 std::stack<int64_t> valueInScopeCount; member
686 valueInScopeCount.push(0); in CppEmitter()
693 valueMapper.insert(val, formatv("v{0}", ++valueInScopeCount.top())); in getOrCreateName()