Searched refs:firstMI (Results 1 – 1 of 1) sorted by relevance
162 MachineInstr *firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg() local163 while (!firstMI && idx != end) { in conflictsWithPhysReg()165 firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg()167 if (!firstMI) in conflictsWithPhysReg()181 MachineBasicBlock *MBB = firstMI->getParent(); in conflictsWithPhysReg()187 for (MachineBasicBlock::const_iterator I = firstMI; I != E; ++I) { in conflictsWithPhysReg()