pub unsafe extern "C" fn instr_set_predicate(
instr: *mut instr_t,
pred: dr_pred_type_t,
) -> *mut instr_tExpand description
Sets the predication for \p instr to the given DR_PRED_ constant. Returns \p instr if successful, or NULL if unsuccessful.