Home | History | Annotate | Download | only in X86

Lines Matching refs:CurInst

255   MachineBasicBlock::iterator CurInst;
258 CurInst = I;
260 Found = getPreviousInstr(CurInst, MFI);
261 while (Found && I != CurInst) {
262 if (CurInst->isCall() || CurInst->isInlineAsm())
266 if (usesRegister(p, CurInst) == RU_Write) {
267 return CurInst;
269 InstrDistance += TSM.computeInstrLatency(&*CurInst);
270 Found = getPreviousInstr(CurInst, MFI);