HomeSort by relevance Sort by last modified time
    Searched refs:getNextMachineInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsHazardSchedule.cpp 95 static Iter getNextMachineInstr(Iter Position) {
124 !TII->SafeInForbiddenSlot(*getNextMachineInstr(std::next(I)))) {
130 getNextMachineInstr(Succ->begin()) != Succ->end() &&
131 !TII->SafeInForbiddenSlot(*getNextMachineInstr(Succ->begin()))) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 200 static std::pair<Iter, bool> getNextMachineInstr(Iter Position,
216 return getNextMachineInstr(Instr, Parent);
684 std::pair<Iter, bool> Res = getNextMachineInstr(std::next(I), &*FI);

Completed in 360 milliseconds