Searched refs:getLocalSlot (Results 1 – 6 of 6) 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()
75 int getLocalSlot(const Value *V);
443 int Slot = MST.getLocalSlot(BB); in print()626 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()631 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()653 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
333 int getLocalSlot(const Value *V);557 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker1047 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1054 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1064 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1592 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()1656 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
627 int getLocalSlot(const Value *V);734 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker736 return Machine->getLocalSlot(V); in getLocalSlot()954 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker1987 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()1994 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2004 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2753 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()2833 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
1934 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()1966 int Slot = MST.getLocalSlot(V); in mapValueToSlot()