MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / clear

Method clear

src/graph/PassManager.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void PassManager::clear()
56{
57 _passes.clear();
58}
59
60void PassManager::run_all(Graph &g)
61{

Callers 4

visitMethod · 0.45
default_visitMethod · 0.45
~GraphContextMethod · 0.45
default_visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected