Lines Matching defs:getLocalSlot
627 int getLocalSlot(const Value *V);
734 int ModuleSlotTracker::getLocalSlot(const Value *V) {
736 return Machine->getLocalSlot(V);
953 /// getLocalSlot - Get the slot number for a value that is local to a function.
954 int SlotTracker::getLocalSlot(const Value *V) {
1987 Slot = Machine->getLocalSlot(V);
1994 Slot = Machine->getLocalSlot(V);
2004 Slot = Machine->getLocalSlot(V);
2753 int Slot = Machine.getLocalSlot(BB);
2833 int SlotNum = Machine.getLocalSlot(&I);