Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp556 bool removeDeadCode(MachineDomTreeNode *N);
1453 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert
1457 Changed |= removeDeadCode(DTN); in removeDeadCode()
1527 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
H A DHexagonCommonGEP.cpp148 void removeDeadCode();
1246 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1302 removeDeadCode(); in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h315 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp545 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel
1591 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode()
1647 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
1659 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
H A DSelectionDAGISel.cpp1725 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
1790 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2021 removeDeadCode(I, std::next(I)); in selectLoad()
2043 removeDeadCode(I, std::next(I)); in selectLoad()
4521 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2369 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2955 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp3996 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()