Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ topSort
Method
topSort
ir/function.cpp:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
void Function::topSort() {
471
BB_order = top_sort(BB_order);
472
}
473
474
static void
475
rauw_op(const unordered_map<const Value*,
Callers
nothing calls this directly
Calls
1
top_sort
Function · 0.70
Tested by
no test coverage detected