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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp177 unsigned getLocationNo(const MachineOperand &LocMO) { argument
178 if (LocMO.isReg()) {
179 if (LocMO.getReg() == 0)
184 locations[i].getReg() == LocMO.getReg() &&
185 locations[i].getSubReg() == LocMO.getSubReg())
189 if (LocMO.isIdenticalTo(locations[i]))
191 locations.push_back(LocMO);
204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { argument
208 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO));
211 I.setValue(getLocationNo(LocMO));
[all...]

Completed in 34 milliseconds