HomeSort by relevance Sort by last modified time
    Searched defs:MBB (Results 126 - 127 of 127) sorted by null

1 2 3 4 56

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 287 /// Cond[1] = MBB
293 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
303 MachineBasicBlock::instr_iterator I = MBB.instr_end();
304 if (I == MBB.instr_begin())
324 } while (I != MBB.instr_begin());
326 I = MBB.instr_end();
330 if (I == MBB.instr_begin())
339 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
342 I = MBB.instr_end();
343 if (I == MBB.instr_begin()
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 286 milliseconds

1 2 3 4 56