Lines Matching defs:getLocalSlot
787 int getLocalSlot(const Value *V);
916 int ModuleSlotTracker::getLocalSlot(const Value *V) {
918 return Machine->getLocalSlot(V);
1232 /// getLocalSlot - Get the slot number for a value that is local to a function.
1233 int SlotTracker::getLocalSlot(const Value *V) {
2605 Slot = Machine->getLocalSlot(V);
2612 Slot = Machine->getLocalSlot(V);
2622 Slot = Machine->getLocalSlot(V);
4115 int Slot = Machine.getLocalSlot(Arg);
4130 int Slot = Machine.getLocalSlot(BB);
4230 int SlotNum = Machine.getLocalSlot(&I);