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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp116 InstOrderMap IOM; local
117 // Map from register to instruction order (value of IOM) where the
127 BuildInstOrderMap(MBB.begin(), IOM);
138 unsigned CurrentOrder = IOM[&MI];
157 // IOM is rebuild from the next instruction to prevent later
160 BuildInstOrderMap(Next, IOM);
202 Insert = FindDominatedInstruction(DefInstr, Insert, IOM);
209 // If Barrier equals IOM[I], traverse forward to find if BarrierMI is
211 for (MachineInstr *I = Insert; I && IOM[I] == Barrier;
218 if (DefMO && Insert && NumEligibleUse > 1 && Barrier <= IOM[Inser
[all...]

Completed in 102 milliseconds