Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp195 class MachineConstPropagator { class
197 MachineConstPropagator(MachineConstEvaluator &E) : MCE(E) { in MachineConstPropagator() function in __anona14c30040111::MachineConstPropagator
312 using CellMap = MachineConstPropagator::CellMap;
621 void MachineConstPropagator::CellMap::print(raw_ostream &os, in print()
628 void MachineConstPropagator::visitPHI(const MachineInstr &PN) { in visitPHI()
795 void MachineConstPropagator::visitUsesOf(unsigned Reg) { in visitUsesOf()
861 void MachineConstPropagator::removeCFGEdge(MachineBasicBlock *From, in removeCFGEdge()
879 void MachineConstPropagator::propagate(MachineFunction &MF) { in propagate()
963 bool MachineConstPropagator::rewrite(MachineFunction &MF) { in rewrite()
1056 bool MachineConstPropagator::run(MachineFunction &MF) { in run()
[all …]