Searched defs:SlotMapping (Results 1 – 3 of 3) sorted by relevance
32 struct SlotMapping { struct33 std::vector<GlobalValue *> GlobalValues;34 std::map<unsigned, TrackingMDNodeRef> MetadataNodes;35 StringMap<Type *> NamedTypes;36 std::map<unsigned, Type *> Types;
131 SmallVector<unsigned, 16> SlotMapping(SortedIntervals.size(), -1u); in runOnMachineFunction() local
322 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local394 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction()