Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp149 void removeDeadCode();
1235 void HexagonCommonGEP::removeDeadCode() { in removeDeadCode() function in HexagonCommonGEP
1291 removeDeadCode(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h309 void removeDeadCode(MachineBasicBlock::iterator I,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp418 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, in removeDeadCode() function in FastISel
1472 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt); in removeDeadLocalValueCode()
1533 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
1545 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt); in selectInstruction()
H A DSelectionDAGISel.cpp1554 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
1619 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); in SelectAllBasicBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2002 removeDeadCode(I, std::next(I)); in selectLoad()
2023 removeDeadCode(I, std::next(I)); in selectLoad()
4467 removeDeadCode(I, std::next(I)); in optimizeIntExtLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2371 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2943 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3949 removeDeadCode(I, std::next(I)); in tryToFoldLoadIntoMI()