Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ reset_state
Function
reset_state
llvm_util/utils.cpp:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
void reset_state() {
518
value_cache.clear();
519
value_names.clear();
520
value_id_counter = 0;
521
}
522
523
void reset_state(Function &f) {
524
current_fn = &f;
Callers
2
~llvm2alive_
Method · 0.85
run
Method · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected