Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A 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()
H A DHexagonCommonGEP.cpp149 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 DFastISel.h313 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp413 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 DSelectionDAGISel.cpp1804 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 DAArch64FastISel.cpp2021 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 DPPCFastISel.cpp2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2951 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp4033 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()