Searched refs:BBi (Results 1 – 2 of 2) sorted by relevance
137 MachineBasicBlock *BBi,
2471 MachineFunction::iterator BBi = BB->getIterator(); in adjustJTTargetBlockForward() local2472 MachineFunction::iterator OldPrior = std::prev(BBi); in adjustJTTargetBlockForward()2473 MachineFunction::iterator OldNext = std::next(BBi); in adjustJTTargetBlockForward()