fn has_other_callsite(
block: BasicBlock,
target: CallsiteLocation,
by_block: &FxHashMap<BasicBlock, CallsiteLocation>,
) -> boolExpand description
Return true when block contains a non-target callsite.
fn has_other_callsite(
block: BasicBlock,
target: CallsiteLocation,
by_block: &FxHashMap<BasicBlock, CallsiteLocation>,
) -> boolReturn true when block contains a non-target callsite.