Searched refs:removeDeadCode (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A 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()
|
H A D | HexagonCommonGEP.cpp | 149 void removeDeadCode(); 1227 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP 1279 removeDeadCode(); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 313 void removeDeadCode(MachineBasicBlock::iterator I,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 413 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel 1597 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode() 1658 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction() 1670 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
|
H A D | SelectionDAGISel.cpp | 1804 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks() 1869 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2021 removeDeadCode(I, std::next(I)); in selectLoad() 2042 removeDeadCode(I, std::next(I)); in selectLoad() 4561 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2951 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 4033 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|