Home
last modified time | relevance | path

Searched refs:forwardLoadStores (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DSPVRemapper.h247 void forwardLoadStores(); // load store forwarding (EXPERIMENTAL)
DSPVRemapper.cpp874 void spirvbin_t::forwardLoadStores() in forwardLoadStores() function in spv::spirvbin_t
1472 if (options & OPT_FWD_LS) forwardLoadStores(); in remap()