Home
last modified time | relevance | path

Searched refs:nextMI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineInstr.cpp956 MachineBasicBlock::const_instr_iterator nextMI = this; in isBundled() local
957 ++nextMI; in isBundled()
958 return nextMI != Parent->instr_end() && nextMI->isInsideBundle(); in isBundled()