Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1737 LaneBitmask computeWriteLanes(const MachineInstr *DefMI, bool &Redef) const;
1833 LaneBitmask JoinVals::computeWriteLanes(const MachineInstr *DefMI, bool &Redef) in computeWriteLanes()
1842 Redef = true; in computeWriteLanes()
1934 bool Redef = false; in analyzeValue() local
1935 V.ValidLanes = V.WriteLanes = computeWriteLanes(DefMI, Redef); in analyzeValue()
1952 if (Redef) { in analyzeValue()