Searched refs:getLocalSlot (Results 1 – 9 of 9) sorted by relevance
95 int getLocalSlot(const Value *V);
94 Out << MST.getLocalSlot(BB); in print()
845 int getLocalSlot(const Value *V);974 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker976 return Machine->getLocalSlot(V); in getLocalSlot()1298 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2768 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2775 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2785 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()4288 int Slot = Machine.getLocalSlot(Arg); in printArgument()4303 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()4423 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
30 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel()
116 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel()
523 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()527 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
501 slot = moduleSlotTracker->getLocalSlot(bb); in printName()505 slot = tmpTracker.getLocalSlot(bb); in printName()
963 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
353 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3563 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()