Searched refs:RemoveUnreachableBlocks (Results 1 – 7 of 7) sorted by relevance
145 bool RemoveUnreachableBlocks(Function* func);
413 bool MemPass::RemoveUnreachableBlocks(Function* func) { in RemoveUnreachableBlocks() function in spvtools::opt::MemPass479 modified |= RemoveUnreachableBlocks(func); in CFGCleanup()
26 TEST_F(CFGCleanupTest, RemoveUnreachableBlocks) { in TEST_F() argument
828 TEST(Local, RemoveUnreachableBlocks) { in TEST() argument