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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp186 unsigned getLocationNo(const MachineOperand &LocMO) { argument
187 if (LocMO.isReg()) {
188 if (LocMO.getReg() == 0)
193 locations[i].getReg() == LocMO.getReg() &&
194 locations[i].getSubReg() == LocMO.getSubReg())
198 if (LocMO.isIdenticalTo(locations[i]))
200 locations.push_back(LocMO);
213 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { argument
217 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO));
220 I.setValue(getLocationNo(LocMO));
[all...]

Completed in 71 milliseconds