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

Method initialize

tv/tv.cpp:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 }
366
367 static void initialize(llvm::Function &fn) {
368 initialize(*fn.getParent());
369 }
370
371 static void initialize(llvm::Module &module) {
372 if (initialized++)

Callers

nothing calls this directly

Calls 6

initializeFunction · 0.85
set_outsFunction · 0.85
getParentMethod · 0.80
emptyMethod · 0.45
initMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected