Lines Matching refs:CoalescerPair

209     bool joinIntervals(CoalescerPair &CP);
212 bool joinVirtRegs(CoalescerPair &CP);
220 bool joinReservedPhysReg(CoalescerPair &CP);
228 LaneBitmask LaneMask, CoalescerPair &CP);
233 LaneBitmask LaneMask, const CoalescerPair &CP);
239 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
254 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
258 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
262 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
266 bool canJoinPhys(const CoalescerPair &CP);
397 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
485 bool CoalescerPair::flip() { in flip()
494 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable()
555 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
738 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1025 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1204 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef()
1733 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1755 CoalescerPair CP(*TRI); in joinCopy()
1978 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2189 const CoalescerPair &CP;
2337 SmallVectorImpl<VNInfo*> &newVNInfo, const CoalescerPair &cp, in JoinVals()
3211 const CoalescerPair &CP) { in joinSubRegRanges()
3275 CoalescerPair &CP) { in mergeSubRangeInto()
3302 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
3415 bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) { in joinIntervals()