Lines Matching refs:Function

12     self, Block, FuncRef, Function, GlobalValueData, Inst, InstBuilder, InstructionData,
98 fn mutate(&mut self, func: Function) -> Option<(Function, String, ProgressStatus)>; in mutate() argument
112 fn new(func: &Function) -> Self { in new()
127 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
149 fn new(func: &Function) -> Self { in new()
164 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
239 fn new(func: &Function) -> Self { in new()
254 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
276 fn new(func: &Function) -> Self { in new()
291 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
323 fn new(func: &Function) -> Self { in new()
335 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
358 fn new(func: &Function) -> Self { in new()
372 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
435 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
639 fn new(func: &Function) -> Self { in new()
652 fn mutate(&mut self, mut func: Function) -> Option<(Function, String, ProgressStatus)> { in mutate() argument
761 func: &Function, in next_inst_ret_prev() argument
778 fn block_count(func: &Function) -> usize { in block_count()
782 fn inst_count(func: &Function) -> usize { in inst_count()
790 fn try_resolve_aliases(context: &mut CrashCheckContext, func: &mut Function) { in try_resolve_aliases() argument
799 fn try_remove_srclocs(context: &mut CrashCheckContext, func: &mut Function) { in try_remove_srclocs() argument
807 fn reduce(isa: &dyn TargetIsa, mut func: Function, verbose: bool) -> Result<(Function, String)> { in reduce() argument
946 fn check_for_crash(&mut self, func: &Function) -> CheckResult { in check_for_crash()