Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2450 LaneBitmask computeWriteLanes(const MachineInstr *DefMI, bool &Redef) const;
2563 LaneBitmask JoinVals::computeWriteLanes(const MachineInstr *DefMI, bool &Redef) in computeWriteLanes()
2572 Redef = true; in computeWriteLanes()
2682 bool Redef = false; in analyzeValue() local
2683 V.ValidLanes = V.WriteLanes = computeWriteLanes(DefMI, Redef); in analyzeValue()
2700 if (Redef) { in analyzeValue()