/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 559 bool removeDeadCode(MachineDomTreeNode *N); 1435 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert 1439 Changed |= removeDeadCode(DTN); in removeDeadCode() 1507 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
|
D | HexagonCommonGEP.cpp | 149 void removeDeadCode(); 1227 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP 1279 removeDeadCode(); in runOnFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 514 bool removeDeadCode(MachineDomTreeNode *N); 1422 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert 1426 Changed |= removeDeadCode(*I); in removeDeadCode() 1499 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
|
D | HexagonCommonGEP.cpp | 131 void removeDeadCode(); 1240 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP 1298 removeDeadCode(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 560 bool removeDeadCode(MachineDomTreeNode *N); 1457 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert 1461 Changed |= removeDeadCode(DTN); in removeDeadCode() 1530 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
|
D | HexagonCommonGEP.cpp | 149 void removeDeadCode(); 1245 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP 1301 removeDeadCode(); in runOnFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 299 void removeDeadCode(MachineBasicBlock::iterator I,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 310 void removeDeadCode(MachineBasicBlock::iterator I,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 314 void removeDeadCode(MachineBasicBlock::iterator I,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 354 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel 1351 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode() 1411 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction() 1423 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
|
D | SelectionDAGISel.cpp | 1423 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 410 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel 1474 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode() 1535 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction() 1547 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
|
D | SelectionDAGISel.cpp | 1574 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks() 1639 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 544 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel 1588 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode() 1644 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction() 1656 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
|
D | SelectionDAGISel.cpp | 1547 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks() 1612 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2026 removeDeadCode(I, std::next(I)); in selectLoad() 2047 removeDeadCode(I, std::next(I)); in selectLoad() 4511 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2054 removeDeadCode(I, std::next(I)); in selectLoad() 2076 removeDeadCode(I, std::next(I)); in selectLoad() 4579 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 2369 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 2362 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2948 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2951 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3971 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3974 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|