MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / add_identifier

Function add_identifier

llvm_util/utils.cpp:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473
474void add_identifier(const llvm::Value &llvm, Value &v) {
475 value_cache.emplace(&llvm, &v);
476}
477
478void replace_identifier(const llvm::Value &llvm, Value &v) {
479 value_cache[&llvm] = &v;

Callers 2

visitIntrinsicInstMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected