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