Lines Matching refs:optimized
59 // Returns a tuple of the optimized binary and the boolean value returned
84 // |assembly|. Returns a tuple of the optimized binary and the boolean value
95 // |assembly|, disassembles the optimized binary. Returns a tuple of
126 // |original| assembly, and checks whether the optimized binary can be
128 // the optimized binary. This does *not* involve pass manager. Callers
163 // |original| assembly, and checks whether the optimized binary can be
233 // from the |original| assembly, and checks whether the optimized binary can
253 std::string optimized;
255 EXPECT_TRUE(tools.Disassemble(binary, &optimized, disassemble_options_));
256 EXPECT_EQ(expected, optimized);