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

  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 118 MIE = MBB->rend(); MII != MIE; ) {
139 MIE = MBB->rend();
MachineInstrBundle.cpp 44 MIE = MBB->instr_end(); MII != MIE; ) {
50 while (++MII != MIE && MII->isBundledWithPred()) {
228 MachineBasicBlock::instr_iterator MIE = MBB.instr_end();
229 if (MII == MIE)
234 for (++MII; MII != MIE; ) {
VirtRegMap.cpp 292 MII = MBBI->instr_begin(), MIE = MBBI->instr_end(); MII != MIE;) {
PeepholeOptimizer.cpp 693 MII = I->begin(), MIE = I->end(); MII != MIE; ) {
    [all...]
ScheduleDAGInstrs.cpp 786 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin;
787 MII != MIE; --MII) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 130 MachineBasicBlock::iterator MIE = MBB->end();
132 while (MII != MIE) {
HexagonSplitConst32AndConst64.cpp 84 MachineBasicBlock::iterator MIE = MBB->end ();
85 while (MII != MIE) {

Completed in 1110 milliseconds