OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFGCleanupPass
(Results
1 - 8
of
8
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
cfg_cleanup_pass.h
25
class
CFGCleanupPass
: public MemPass {
27
CFGCleanupPass
() = default;
cfg_cleanup_pass.cpp
30
Pass::Status
CFGCleanupPass
::Process() {
optimizer.cpp
672
MakeUnique<opt::
CFGCleanupPass
>());
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
cfg_cleanup_pass.h
25
class
CFGCleanupPass
: public MemPass {
27
CFGCleanupPass
() = default;
cfg_cleanup_pass.cpp
30
Pass::Status
CFGCleanupPass
::Process() {
optimizer.cpp
681
MakeUnique<opt::
CFGCleanupPass
>());
/external/deqp-deps/SPIRV-Tools/test/opt/
cfg_cleanup_test.cpp
84
SinglePassRunAndCheck<
CFGCleanupPass
>(declarations + body_before,
149
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
235
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
270
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
370
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
451
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
cfg_cleanup_test.cpp
84
SinglePassRunAndCheck<
CFGCleanupPass
>(declarations + body_before,
149
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
235
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
270
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
370
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
451
SinglePassRunAndCheck<
CFGCleanupPass
>(before, after, true, true);
Completed in 430 milliseconds