Lines Matching defs:opt
19 #include "source/opt/loop_unroller.h"
20 #include "source/opt/loop_utils.h"
21 #include "source/opt/pass.h"
22 #include "test/opt/assembly_builder.h"
23 #include "test/opt/function_utils.h"
24 #include "test/opt/pass_fixture.h"
25 #include "test/opt/pass_utils.h"
28 namespace opt {
3359 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll,
3430 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll,
3826 } // namespace opt