Searched refs:isNoCSE_ (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h897 isNoCSE_(0)
954 constexpr void setNoCSE(bool noCSE) noexcept { isNoCSE_ = noCSE; }
956 constexpr bool isNoCSE() const noexcept { return isNoCSE_; }
968 uint8_t isNoCSE_ : 1; member in struct:aco::Definition::__anon413c4e6a080a::__anon413c4e6a0908

Completed in 6 milliseconds