blob: 3e59fbc1d2a74abc04c0bae13ceac88fbe8f1ed1 [file] [log] [blame]
var f = new CombineFilter("Combine Filter");
f.addRule(new CombineFilter.CombineRule(new Properties.RegexpPropertyMatcher("name", ".*"), new Properties.RegexpPropertyMatcher("name", "Proj|IfFalse|IfTrue|JProj|MachProj|JumpProj|CatchProj")));
f.addRule(new CombineFilter.CombineRule(new Properties.RegexpPropertyMatcher("name", "Cmp.*"), new Properties.RegexpPropertyMatcher("name", "Bool")));
f.apply(graph);
split("name", "BoxLock");
split("name", "(Con.*)|(loadCon.*)", "[dump_spec]");