Returns the function's control mask
| 116 | |
| 117 | // Returns the function's control mask |
| 118 | inline uint32_t control_mask() const { return def_inst_->GetSingleWordInOperand(0); } |
| 119 | |
| 120 | // Returns the entry basic block for this function. |
| 121 | const std::unique_ptr<BasicBlock>& entry() const { return blocks_.front(); } |
no test coverage detected