Searched refs:MIE (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp118 MIE = MBB->rend(); MII != MIE; ) {
139 MIE = MBB->rend();
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; ) {
H A DVirtRegMap.cpp292 MII = MBBI->instr_begin(), MIE = MBBI->instr_end(); MII != MIE;) {
H A DPeepholeOptimizer.cpp693 MII = I->begin(), MIE = I->end(); MII != MIE; ) {
H A DScheduleDAGInstrs.cpp786 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin;
787 MII != MIE; --MII) {
/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) {

Completed in 119 milliseconds