Searched refs:RemoveUnreachableBlocks (Results 1 – 9 of 9) sorted by relevance
145 bool RemoveUnreachableBlocks(Function* func);
412 bool MemPass::RemoveUnreachableBlocks(Function* func) { in RemoveUnreachableBlocks() function in spvtools::opt::MemPass478 modified |= RemoveUnreachableBlocks(func); in CFGCleanup()
26 TEST_F(CFGCleanupTest, RemoveUnreachableBlocks) { in TEST_F() argument