Searched refs:getLocalSlot (Results 1 – 8 of 8) sorted by relevance
220 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()221 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()222 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()223 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()247 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
46 Out << MST.getLocalSlot(BB); in print()
742 int getLocalSlot(const Value *V);866 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker868 return Machine->getLocalSlot(V); in getLocalSlot()1155 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker2435 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2442 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()2452 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()3832 int Slot = Machine.getLocalSlot(Arg); in printArgument()3847 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()3940 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
94 int getLocalSlot(const Value *V);
464 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()468 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
490 slot = moduleSlotTracker->getLocalSlot(bb); in printName()494 slot = tmpTracker.getLocalSlot(bb); in printName()
942 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
346 int Slot = MST.getLocalSlot(V); in mapValueToSlot()3389 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()