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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp179 unsigned getLocationNo(const MachineOperand &LocMO) { argument
180 if (LocMO.isReg()) {
181 if (LocMO.getReg() == 0)
186 locations[i].getReg() == LocMO.getReg() &&
187 locations[i].getSubReg() == LocMO.getSubReg())
191 if (LocMO.isIdenticalTo(locations[i]))
193 locations.push_back(LocMO);
206 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { argument
210 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO));
213 I.setValue(getLocationNo(LocMO));
[all...]

Completed in 35 milliseconds