Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2456 LaneBitmask computeWriteLanes(const MachineInstr *DefMI, bool &Redef) const;
2569 LaneBitmask JoinVals::computeWriteLanes(const MachineInstr *DefMI, bool &Redef) in computeWriteLanes()
2578 Redef = true; in computeWriteLanes()
2688 bool Redef = false; in analyzeValue() local
2689 V.ValidLanes = V.WriteLanes = computeWriteLanes(DefMI, Redef); in analyzeValue()
2706 if (Redef) { in analyzeValue()