has_other_callsite

Function has_other_callsite 

Source
fn has_other_callsite(
    block: BasicBlock,
    target: CallsiteLocation,
    by_block: &FxHashMap<BasicBlock, CallsiteLocation>,
) -> bool
Expand description

Return true when block contains a non-target callsite.