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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp96 for (auto MII = MF.begin()->begin(), MIE = MF.begin()->end(); MII != MIE;) {
H A DWebAssemblyPrepareForLiveIntervals.cpp115 for (auto MII = Entry.begin(), MIE = Entry.end(); MII != MIE;) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp54 MIE = MBB->instr_end(); MII != MIE; ) {
60 while (++MII != MIE && MII->isBundledWithPred()) {
262 MachineBasicBlock::instr_iterator MIE = MBB.instr_end(); local
263 if (MII == MIE)
268 for (++MII; MII != MIE; ) {
H A DDeadMachineInstructionElim.cpp134 MIE = MBB.rend(); MII != MIE; ) {
H A DVirtRegMap.cpp503 MII = MBBI->instr_begin(), MIE = MBBI->instr_end(); MII != MIE;) {
H A DPeepholeOptimizer.cpp1639 for (MachineBasicBlock::iterator MII = MBB.begin(), MIE = MBB.end();
1640 MII != MIE; ) {
H A DScheduleDAGInstrs.cpp798 for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin;
799 MII != MIE; --MII) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp135 for (auto MII = MBB->rbegin(), MIE = MBB->rend(); MII != MIE;) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp137 MachineBasicBlock::iterator MIE = MBB.end(); local
138 while (MII != MIE) {
H A DHexagonInstrInfo.cpp133 MachineBasicBlock::const_instr_iterator MIE) {
135 for (; MIB != MIE; ++MIB) {
3083 MachineBasicBlock::const_instr_iterator MIE = MII->getParent()->instr_end(); local
3088 for (++MII; MII != MIE && MII->isInsideBundle(); ++MII) {
132 nonDbgMICount(MachineBasicBlock::const_instr_iterator MIB, MachineBasicBlock::const_instr_iterator MIE) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp319 for (MachineBasicBlock::iterator MII = MI, MIE = MI.getParent()->begin();
320 MII != MIE;) {
711 for (MachineBasicBlock::iterator MII = MBB.begin(), MIE = MBB.end();
712 MII != MIE;) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp564 MIE = UseMBB.instr_end();
565 MII != MIE;) {
H A DX86SpeculativeLoadHardening.cpp852 for (auto MII = MBB.instr_begin(), MIE = MBB.instr_end(); MII != MIE;) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp719 MIE = UseInstr->getParent()->instr_end();
720 MII != MIE; ++MII) {

Completed in 286 milliseconds