Home
last modified time | relevance | path

Searched refs:removeDeadCode (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp559 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()
DHexagonCommonGEP.cpp149 void removeDeadCode();
1227 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1279 removeDeadCode(); in runOnFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp514 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()
DHexagonCommonGEP.cpp131 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/
DHexagonGenInsert.cpp560 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()
DHexagonCommonGEP.cpp149 void removeDeadCode();
1245 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1301 removeDeadCode(); in runOnFunction()
/external/llvm/include/llvm/CodeGen/
DFastISel.h299 void removeDeadCode(MachineBasicBlock::iterator I,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DFastISel.h310 void removeDeadCode(MachineBasicBlock::iterator I,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h314 void removeDeadCode(MachineBasicBlock::iterator I,
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp354 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()
DSelectionDAGISel.cpp1423 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp410 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()
DSelectionDAGISel.cpp1574 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/
DFastISel.cpp544 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()
DSelectionDAGISel.cpp1547 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/
DAArch64FastISel.cpp2026 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/
DAArch64FastISel.cpp2054 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/
DPPCFastISel.cpp2369 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2362 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2948 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2951 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3971 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FastISel.cpp3974 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()