Lines Matching refs:BlockToInstOffset
62 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);
64 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);
66 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset);
121 DenseMap<MachineBasicBlock*, unsigned> BlockToInstOffset; in relaxBranches() local
122 computeOffset(MF, BlockToInstOffset); in relaxBranches()
124 return reGenerateBranch(MF, BlockToInstOffset); in relaxBranches()
133 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset) { in isJumpOutOfRange() argument
139 unsigned InstOffset = BlockToInstOffset[&B]; in isJumpOutOfRange()
159 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB]) in isJumpOutOfRange()
172 Distance = std::abs((long long)InstOffset - BlockToInstOffset[FBB]) in isJumpOutOfRange()
181 DenseMap<MachineBasicBlock*, unsigned> &BlockToInstOffset) { in reGenerateBranch() argument
186 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()