Searched refs:getLocalSlot (Results 1 – 6 of 6) sorted by relevance
94 int getLocalSlot(const Value *V);
745 int getLocalSlot(const Value *V);869 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker871 return Machine->getLocalSlot(V); in getLocalSlot()1158 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2484 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2491 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2501 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()3841 int Slot = Machine.getLocalSlot(Arg); in printArgument()3856 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()3949 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
461 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()465 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
494 slot = moduleSlotTracker->getLocalSlot(bb); in printName()498 slot = tmpTracker.getLocalSlot(bb); in printName()
940 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
349 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3359 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()