Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp148 bool hasValueInScope(Value val);
342 if (!emitter.hasValueInScope(op.getOperand(idx))) in printOperation()
555 if (!emitter.hasValueInScope(operand)) in printOperation()
575 return success(emitter.hasValueInScope(returnOp.getOperand(0))); in printOperation()
650 if (emitter.hasValueInScope(arg)) in printOperation()
716 bool CppEmitter::hasValueInScope(Value val) { return valueMapper.count(val); } in hasValueInScope() function in CppEmitter
831 if (!hasValueInScope(result)) in emitOperands()
866 if (!hasValueInScope(result)) { in emitVariableAssignment()
876 if (hasValueInScope(result)) { in emitVariableDeclaration()