Searched refs:BlockToInstOffset (Results 1 – 2 of 2) sorted by relevance
74 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);76 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);78 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);135 DenseMap<MachineBasicBlock*, unsigned> BlockToInstOffset; in relaxBranches() local136 computeOffset(MF, BlockToInstOffset); in relaxBranches()138 return reGenerateBranch(MF, BlockToInstOffset); in relaxBranches()146 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset) { in isJumpOutOfRange() argument155 unsigned InstOffset = BlockToInstOffset[&B]; in isJumpOutOfRange()175 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB]) in isJumpOutOfRange()196 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset) { in reGenerateBranch() argument[all …]
111 DenseMap<const MachineBasicBlock *, unsigned> BlockToInstOffset; in fixupLoopInstrs() local126 BlockToInstOffset[&MBB] = InstOffset; in fixupLoopInstrs()135 InstOffset = BlockToInstOffset[&MBB]; in fixupLoopInstrs()151 BlockToInstOffset[TargetBB]); in fixupLoopInstrs()