MCPcopy 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
470void Function::topSort() {
471 BB_order = top_sort(BB_order);
472}
473
474static void
475rauw_op(const unordered_map<const Value*,

Callers

nothing calls this directly

Calls 1

top_sortFunction · 0.70

Tested by

no test coverage detected