Searched refs:expungeSlotMap (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 365 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots); 962 void StackColoring::expungeSlotMap(DenseMap<int, int> &SlotRemap, in expungeSlotMap() function in StackColoring 1122 expungeSlotMap(SlotRemap, NumSlots); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 511 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots); 1122 void StackColoring::expungeSlotMap(DenseMap<int, int> &SlotRemap, in expungeSlotMap() function in StackColoring 1297 expungeSlotMap(SlotRemap, NumSlots); in runOnMachineFunction()
|