Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h365 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java647 moveInstruction(clazz, in moveInstructions()
667 private void moveInstruction(Clazz clazz, in moveInstruction() method in CodeAttributeEditor
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp407 void ScheduleDAGMI::moveInstruction(MachineInstr *MI, in moveInstruction() function in ScheduleDAGMI
660 moveInstruction(MI, CurrentTop); in scheduleMI()
680 moveInstruction(MI, CurrentBottom); in scheduleMI()