Returns true if this buffer stores a constant. These never need to be allocated by the runtime.
| 41 | // Returns true if this buffer stores a constant. These never need to be |
| 42 | // allocated by the runtime. |
| 43 | bool is_constant() const { return kind() == Kind::kConstant; } |
| 44 | |
| 45 | // Returns true if this buffer stores an entry parameter. These may or may |
| 46 | // not need to be allocated by the runtime, depending on |
no outgoing calls
no test coverage detected