Searched refs:getLocalSlot (Results 1 – 6 of 6) sorted by relevance
75 int getLocalSlot(const Value *V);
433 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()437 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()464 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValueReference()
569 int Slot = MST.getLocalSlot(BB); in print()
302 int Slot = MST.getLocalSlot(BB); in print()
736 int getLocalSlot(const Value *V);855 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker857 return Machine->getLocalSlot(V); in getLocalSlot()1108 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2247 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2254 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2264 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()3487 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()3583 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
2803 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()2835 int Slot = MST.getLocalSlot(V); in mapValueToSlot()