Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp131 : valueMapperScope(emitter.valueMapper), in Scope()
173 ValueMapper valueMapper; member
692 if (!valueMapper.count(val)) in getOrCreateName()
693 valueMapper.insert(val, formatv("v{0}", ++valueInScopeCount.top())); in getOrCreateName()
694 return *valueMapper.begin(val); in getOrCreateName()
716 bool CppEmitter::hasValueInScope(Value val) { return valueMapper.count(val); } in hasValueInScope()