Searched refs:PossibleDestination (Results 1 – 1 of 1) sorted by relevance
1723 for (uint64_t PossibleDestination : ExternallyReferencedOffsets) { in postProcessJumpTables() local1725 if (PossibleDestination == getSize()) in postProcessJumpTables()1727 TakenBranches.emplace_back(Offset, PossibleDestination); in postProcessJumpTables()1745 for (uint64_t PossibleDestination : ExternallyReferencedOffsets) in postProcessIndirectBranches() local1746 if (BinaryBasicBlock *SuccBB = getBasicBlockAtOffset(PossibleDestination)) in postProcessIndirectBranches()