Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.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()
HDHexagonCommonGEP.cpp149 void removeDeadCode();
1227 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1279 removeDeadCode(); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFastISel.h313 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.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()
HDSelectionDAGISel.cpp1804 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
1869 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.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-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp2951 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp4033 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()