HomeSort by relevance Sort by last modified time
    Searched defs:MIE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 130 MachineBasicBlock::iterator MIE = MBB->end();
132 while (MII != MIE) {
HexagonSplitConst32AndConst64.cpp 82 MachineBasicBlock::iterator MIE = MBB->end ();
83 while (MII != MIE) {
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 45 MIE = MBB->instr_end(); MII != MIE; ) {
51 while (++MII != MIE && MII->isBundledWithPred()) {
229 MachineBasicBlock::instr_iterator MIE = MBB.instr_end();
230 if (MII == MIE)
235 for (++MII; MII != MIE; ) {

Completed in 1017 milliseconds