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

/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp139 MachineBasicBlock::iterator MIE = MBB.end(); local
140 while (MII != MIE) {
H A DHexagonSplitConst32AndConst64.cpp87 MachineBasicBlock::iterator MIE = MBB->end (); local
88 while (MII != MIE) {
H A DHexagonInstrInfo.cpp122 MachineBasicBlock::const_instr_iterator MIE) {
124 for (; MIB != MIE; ++MIB) {
3081 MachineBasicBlock::const_instr_iterator MIE = MII->getParent()->instr_end(); local
3092 for (++MII; MII != MIE && MII->isInsideBundle(); ++MII) {
121 nonDbgMICount(MachineBasicBlock::const_instr_iterator MIB, MachineBasicBlock::const_instr_iterator MIE) argument
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp53 MIE = MBB->instr_end(); MII != MIE; ) {
59 while (++MII != MIE && MII->isBundledWithPred()) {
241 MachineBasicBlock::instr_iterator MIE = MBB.instr_end(); local
242 if (MII == MIE)
247 for (++MII; MII != MIE; ) {
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp62 const MachineInstr::mop_iterator MIE = MBB->operands_end(); local
64 for (MachineInstr::mop_iterator MII = MIB; MII != MIE; ++MII) {
102 MachineBasicBlock::iterator MIE = MBB->end(); local
123 for (MachineBasicBlock::iterator I=MIB; I != MIE; ++I) {
130 for (SI++; SI != MIE; ++SI) {
173 for (MachineBasicBlock::iterator I=MIB; I != MIE; ++I) {

Completed in 276 milliseconds