Searched refs:IsDefCopy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp279 bool &IsDefCopy);
1235 bool &IsDefCopy) {
1236 IsDefCopy = false;
1255 IsDefCopy = true;
1869 bool IsDefCopy; local
1870 if (reMaterializeTrivialDef(CP, CopyMI, IsDefCopy))
1872 if (IsDefCopy)
1908 bool IsDefCopy; local
1909 if (reMaterializeTrivialDef(CP, CopyMI, IsDefCopy))
1233 reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) argument

Completed in 100 milliseconds