Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2252 LaneBitmask computeWriteLanes(const MachineInstr *DefMI, bool &Redef) const;
2359 LaneBitmask JoinVals::computeWriteLanes(const MachineInstr *DefMI, bool &Redef) in computeWriteLanes()
2368 Redef = true; in computeWriteLanes()
2478 bool Redef = false; in analyzeValue() local
2479 V.ValidLanes = V.WriteLanes = computeWriteLanes(DefMI, Redef); in analyzeValue()
2496 if (Redef) { in analyzeValue()