Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLivePhysRegs.h117 void stepForward(const MachineInstr &MI,
/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp74 void LivePhysRegs::stepForward(const MachineInstr &MI, in stepForward() function in LivePhysRegs
DIfConversion.cpp1052 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1433 Redefs.stepForward(*I, IgnoredClobbers); in IfConvertDiamond()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp489 QIcon stepForward; in setupUi() local
490 stepForward.addFile(QString::fromUtf8(":/next.png"), in setupUi()
493 fActionStepForward.setIcon(stepForward); in setupUi()