Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ get_identifier
Function
get_identifier
llvm_util/utils.cpp:482–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
Value* get_identifier(const llvm::Value &llvm) {
483
auto I = value_cache.find(&llvm);
484
return I != value_cache.end() ? I->second : nullptr;
485
}
486
487
488
#define PRINT(T) \
Callers
2
run
Method · 0.85
get_operand
Function · 0.85
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected