Home
last modified time | relevance | path

Searched refs:PossibleDestination (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1723 for (uint64_t PossibleDestination : ExternallyReferencedOffsets) { in postProcessJumpTables() local
1725 if (PossibleDestination == getSize()) in postProcessJumpTables()
1727 TakenBranches.emplace_back(Offset, PossibleDestination); in postProcessJumpTables()
1745 for (uint64_t PossibleDestination : ExternallyReferencedOffsets) in postProcessIndirectBranches() local
1746 if (BinaryBasicBlock *SuccBB = getBasicBlockAtOffset(PossibleDestination)) in postProcessIndirectBranches()