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.cpp84 MachineBasicBlock::iterator MIE = MBB->end (); local
85 while (MII != MIE) {
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp44 MIE = MBB->instr_end(); MII != MIE; ) {
50 while (++MII != MIE && MII->isBundledWithPred()) {
228 MachineBasicBlock::instr_iterator MIE = MBB.instr_end(); local
229 if (MII == MIE)
234 for (++MII; MII != MIE; ) {

Completed in 1602 milliseconds