Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp162 MachineInstr *firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg() local
163 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()