Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp560 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 DHexagonCommonGEP.cpp150 void removeDeadCode();
1252 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1308 removeDeadCode(); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h309 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp418 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel
1489 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode()
1550 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
1562 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
H A DSelectionDAGISel.cpp1563 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
1628 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2002 removeDeadCode(I, std::next(I)); in selectLoad()
2023 removeDeadCode(I, std::next(I)); in selectLoad()
4472 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2945 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3975 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()