Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2536 LaneBitmask computeWriteLanes(const MachineInstr *DefMI, bool &Redef) const;
2649 LaneBitmask JoinVals::computeWriteLanes(const MachineInstr *DefMI, bool &Redef) in computeWriteLanes()
2658 Redef = true; in computeWriteLanes()
2768 bool Redef = false; in analyzeValue() local
2769 V.ValidLanes = V.WriteLanes = computeWriteLanes(DefMI, Redef); in analyzeValue()
2786 if (Redef) { in analyzeValue()