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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h313 void removeDeadCode(MachineBasicBlock::iterator I,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp560 bool removeDeadCode(MachineDomTreeNode *N);
1457 bool HexagonGenInsert::removeDeadCode(MachineDomTreeNode *N) {
1461 Changed |= removeDeadCode(DTN);
1530 Changed = removeDeadCode(MDT->getRootNode());
H A DHexagonCommonGEP.cpp149 void removeDeadCode();
1235 void HexagonCommonGEP::removeDeadCode() { function in class:HexagonCommonGEP
1291 removeDeadCode();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp558 void FastISel::removeDeadCode(MachineBasicBlock::iterator I, function in class:FastISel
1641 removeDeadCode(FirstDeadInst, FuncInfo.InsertPt);
1697 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt);
1709 removeDeadCode(FuncInfo.InsertPt, SavedInsertPt);
H A DSelectionDAGISel.cpp1525 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end());
1590 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2052 removeDeadCode(I, std::next(I));
2074 removeDeadCode(I, std::next(I));
4578 removeDeadCode(I, std::next(I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2361 removeDeadCode(I, std::next(I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2943 removeDeadCode(I, std::next(I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3964 removeDeadCode(I, std::next(I));

Completed in 385 milliseconds