Searched refs:CFGCleanup (Results 1 – 12 of 12) sorted by relevance
32 ProcessFunction pfn = [this](Function* fp) { return CFGCleanup(fp); }; in Process()
117 bool CFGCleanup(Function* func);
466 bool MemPass::CFGCleanup(Function* func) { in CFGCleanup() function in spvtools::opt::MemPass
676 ProcessFunction cleanup = [this](Function* f) { return CFGCleanup(f); }; in ProcessImpl()