Lines Matching defs:getLocalSlot
789 int getLocalSlot(const Value *V);
918 int ModuleSlotTracker::getLocalSlot(const Value *V) {
920 return Machine->getLocalSlot(V);
1234 /// getLocalSlot - Get the slot number for a value that is local to a function.
1235 int SlotTracker::getLocalSlot(const Value *V) {
2645 Slot = Machine->getLocalSlot(V);
2652 Slot = Machine->getLocalSlot(V);
2662 Slot = Machine->getLocalSlot(V);
4155 int Slot = Machine.getLocalSlot(Arg);
4170 int Slot = Machine.getLocalSlot(BB);
4270 int SlotNum = Machine.getLocalSlot(&I);