Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h489 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
805 constexpr void setLateKill(bool flag) noexcept { isLateKill_ = flag; } in setLateKill()
807 constexpr bool isLateKill() const noexcept { return isLateKill_; } in isLateKill()
877 uint8_t isLateKill_ : 1; member