Home
last modified time | relevance | path

Searched refs:RemoveDeadNodes (Results 1 – 14 of 14) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp446 DAG.RemoveDeadNodes(); in run()
H A DLegalizeVectorOps.cpp234 DAG.RemoveDeadNodes(); in Run()
H A DSelectionDAG.cpp988 void SelectionDAG::RemoveDeadNodes() { in RemoveDeadNodes() function in SelectionDAG
1000 RemoveDeadNodes(DeadNodes); in RemoveDeadNodes()
1008 void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes) { in RemoveDeadNodes() function in SelectionDAG
1050 RemoveDeadNodes(DeadNodes); in RemoveDeadNode()
10772 RemoveDeadNodes(DeadNodes); in MorphNodeTo()
H A DSelectionDAGISel.cpp2680 CurDAG->RemoveDeadNodes(NowDeadNodes); in UpdateChains()
H A DLegalizeDAG.cpp5871 RemoveDeadNodes(); in Legalize()
H A DDAGCombiner.cpp1830 DAG.RemoveDeadNodes(); in Run()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1217 DAG.RemoveDeadNodes(); in materialize()
1755 DAG.RemoveDeadNodes(); in select()
1920 DAG.RemoveDeadNodes(); in scalarizeShuffle()
H A DHexagonISelDAGToDAG.cpp2459 CurDAG->RemoveDeadNodes(); in rebalanceAddressTrees()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h646 void RemoveDeadNodes();
1766 void RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes);
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp322 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
3640 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp2104 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp137 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
172 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6683 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
7173 CurDAG->RemoveDeadNodes(); in PeepholeCROps()
7488 CurDAG->RemoveDeadNodes(); in PeepholePPC64ZExt()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1502 CurDAG->RemoveDeadNodes(); in PreprocessISelDAG()
1743 CurDAG->RemoveDeadNodes(); in PostprocessISelDAG()