Searched refs:getLocalSlot (Results 1 – 7 of 7) sorted by relevance
94 int getLocalSlot(const Value *V);
101 Out << MST.getLocalSlot(BB); in print()
760 int getLocalSlot(const Value *V);884 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker886 return Machine->getLocalSlot(V); in getLocalSlot()1173 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2460 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2467 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2477 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()3934 int Slot = Machine.getLocalSlot(Arg); in printArgument()3949 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()4046 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
496 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()500 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
493 slot = moduleSlotTracker->getLocalSlot(bb); in printName()497 slot = tmpTracker.getLocalSlot(bb); in printName()
957 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
344 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3510 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()