Searched defs:MIE (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp130 MachineBasicBlock::iterator MIE = MBB->end(); local
132 while (MII != MIE) {
H A DHexagonSplitConst32AndConst64.cpp82 MachineBasicBlock::iterator MIE = MBB->end (); local
83 while (MII != MIE) {
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp45 MIE = MBB->instr_end(); MII != MIE; ) {
51 while (++MII != MIE && MII->isBundledWithPred()) {
229 MachineBasicBlock::instr_iterator MIE = MBB.instr_end(); local
230 if (MII == MIE)
235 for (++MII; MII != MIE; ) {

Completed in 95 milliseconds