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.cpp551 bool removeDeadCode(MachineDomTreeNode *N);
1431 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) { in removeDeadCode() function in HexagonGenInsert
1435 Changed |= removeDeadCode(DTN); in removeDeadCode()
1503 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
H A DHexagonCommonGEP.cpp142 void removeDeadCode();
1222 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1274 removeDeadCode(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h310 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp410 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel
1537 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode()
1598 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
1610 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
H A DSelectionDAGISel.cpp1827 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
1892 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2017 removeDeadCode(I, std::next(I)); in selectLoad()
2038 removeDeadCode(I, std::next(I)); in selectLoad()
4564 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2364 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3021 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp4048 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()