Searched refs:NextBI (Results 1 – 2 of 2) sorted by relevance
230 MachineFunction::iterator NextBI = std::next(MachineFunction::iterator(B)); in matchFlowPattern() local231 MachineBasicBlock *NextB = (NextBI != MFN->end()) ? &*NextBI : 0; in matchFlowPattern()
257 MachineFunction::iterator NextBI = std::next(MachineFunction::iterator(B)); in matchFlowPattern() local258 MachineBasicBlock *NextB = (NextBI != MFN->end()) ? &*NextBI : nullptr; in matchFlowPattern()