Searched refs:getLocalSlot (Results 1 – 7 of 7) sorted by relevance
94 int getLocalSlot(const Value *V);
95 Out << MST.getLocalSlot(BB); in print()
780 int getLocalSlot(const Value *V);909 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker911 return Machine->getLocalSlot(V); in getLocalSlot()1212 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2518 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2525 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2535 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()4018 int Slot = Machine.getLocalSlot(Arg); in printArgument()4033 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()4137 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
514 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()518 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
495 slot = moduleSlotTracker->getLocalSlot(bb); in printName()499 slot = tmpTracker.getLocalSlot(bb); in printName()
979 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
345 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3555 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()