Searched refs:removeDeadCode (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 560 bool removeDeadCode(MachineDomTreeNode *N); 1453 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert 1457 Changed |= removeDeadCode(DTN); in removeDeadCode() 1526 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
|
H A D | HexagonCommonGEP.cpp | 149 void removeDeadCode(); 1235 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP 1291 removeDeadCode(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 309 void removeDeadCode(MachineBasicBlock::iterator I,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 418 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel 1472 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode() 1533 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction() 1545 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
|
H A D | SelectionDAGISel.cpp | 1554 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks() 1619 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2002 removeDeadCode(I, std::next(I)); in selectLoad() 2023 removeDeadCode(I, std::next(I)); in selectLoad() 4467 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2943 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3949 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
|