Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h492 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
847 isFirstKill_ = flag;
854 constexpr bool isFirstKill() const noexcept { return isFirstKill_; }
902 uint8_t isFirstKill_ : 1; member

Completed in 3 milliseconds