Searched refs:createSlotTracker (Results 1 – 1 of 1) sorted by relevance
663 static SlotTracker *createSlotTracker(const Module *M) { in createSlotTracker() function667 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker() function1876 if ((Machine = createSlotTracker(V))) { in WriteAsOperandInternal()1881 } else if ((Machine = createSlotTracker(V))) { in WriteAsOperandInternal()2019 : Out(o), TheModule(M), ModuleSlotTracker(createSlotTracker(M)), in AssemblyWriter()