Searched refs:getCopy (Results 1 – 6 of 6) sorted by relevance
604 List<V> oldValues = getCopy(key); in replaceValues()628 private List<V> getCopy(@Nullable Object key) { in getCopy() method in LinkedListMultimap640 List<V> oldValues = getCopy(key); in removeAll()
608 List<V> oldValues = getCopy(key); in replaceValues()632 private List<V> getCopy(@Nullable Object key) { in getCopy() method in LinkedListMultimap644 List<V> oldValues = getCopy(key); in removeAll()
470 if (!CP.isCoalescable(AValNo->getCopy())) in AdjustCopiesBackFrom()1371 MachineInstr *MI = VNI->getCopy(); in RegistersDefinedFromSameValue()1393 const MachineInstr *OtherMI = Other->getCopy(); in RegistersDefinedFromSameValue()1502 MachineInstr *MI = VNI->getCopy(); in JoinIntervals()1529 MachineInstr *MI = VNI->getCopy(); in JoinIntervals()
648 if (VNI->isPHIDef() || VNI->getCopy()) { in analyzeSiblingValues()
1033 VNI->setCopy(ParentVNI->getCopy()); in finish()
92 MachineInstr* getCopy() const { return copy; } in getCopy() function