[][src]Function raptor::translator::calls::call_sites

pub fn call_sites<'f>(
    function: &'f Function<Constant>,
    translation_information: &TranslationInformation
) -> Result<Function<Constant>>

Detect branch instructions which are calls, and turn them into proper call instructions. Do the same for returns.