Searched refs:getLocalSlot (Results 1 – 5 of 5) sorted by relevance
207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()208 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()210 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()234 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
71 int getLocalSlot(const Value *V);
430 int Slot = MST.getLocalSlot(BB); in print()605 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()610 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()632 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
610 int getLocalSlot(const Value *V);703 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker705 return Machine->getLocalSlot(V); in getLocalSlot()911 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker1933 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1940 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1950 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2677 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()2760 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
1830 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()1862 int Slot = MST.getLocalSlot(V); in mapValueToSlot()