Home
last modified time | relevance | path

Searched refs:isLateKill_ (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),
832 constexpr void setLateKill(bool flag) noexcept { isLateKill_ = flag; }
834 constexpr bool isLateKill() const noexcept { return isLateKill_; }
904 uint8_t isLateKill_ : 1; member

Completed in 3 milliseconds