fn new_call_temp<'tcx>(
caller_body: &mut Body<'tcx>,
callsite: &CallSite<'tcx>,
ty: Ty<'tcx>,
return_block: Option<BasicBlock>,
) -> Local
Expand description
Introduces a new temporary into the caller body that is live for the duration of the call.