Searched refs:nextMI (Results 1 – 1 of 1) sorted by relevance
956 MachineBasicBlock::const_instr_iterator nextMI = this; in isBundled() local957 ++nextMI; in isBundled()958 return nextMI != Parent->instr_end() && nextMI->isInsideBundle(); in isBundled()