Home
last modified time | relevance | path

Searched refs:RemoveDeadStores (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp112 bool RemoveDeadStores(MachineBasicBlock* MBB);
332 RemoveDeadStores(&MBB); in ColorSlots()
373 bool StackSlotColoring::RemoveDeadStores(MachineBasicBlock* MBB) { in RemoveDeadStores() function in StackSlotColoring
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp146 bool RemoveDeadStores(MachineBasicBlock* MBB);
671 bool StackSlotColoring::RemoveDeadStores(MachineBasicBlock* MBB) { in RemoveDeadStores() function in StackSlotColoring
764 Changed |= RemoveDeadStores(I); in runOnMachineFunction()