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

  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 133 MachineBasicBlock::iterator MIE = MBB.end();
134 while (MII != MIE) {
HexagonSplitConst32AndConst64.cpp 87 MachineBasicBlock::iterator MIE = MBB->end ();
88 while (MII != MIE) {
HexagonInstrInfo.cpp 121 MachineBasicBlock::const_instr_iterator MIE) {
123 for (; MIB != MIE; ++MIB) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 52 MIE = MBB->instr_end(); MII != MIE; ) {
58 while (++MII != MIE && MII->isBundledWithPred()) {
240 MachineBasicBlock::instr_iterator MIE = MBB.instr_end();
241 if (MII == MIE)
246 for (++MII; MII != MIE; ) {

Completed in 123 milliseconds