Searched refs:getLocalSlot (Results 1 – 6 of 6) sorted by relevance
74 int getLocalSlot(const Value *V);
793 int getLocalSlot(const Value *V);913 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker915 return Machine->getLocalSlot(V); in getLocalSlot()1169 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2495 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2502 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2512 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()3853 int Slot = Machine.getLocalSlot(Arg); in printArgument()3869 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()3962 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()
915 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
349 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3171 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()