Searched refs:TrackSubRegLiveness (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 2426 const bool TrackSubRegLiveness; member in __anonf9586a8a0311::JoinVals 2592 bool TrackSubRegLiveness) in JoinVals() argument 2594 SubRangeJoin(SubRangeJoin), TrackSubRegLiveness(TrackSubRegLiveness), in JoinVals() 2788 assert((TrackSubRegLiveness || V.RedefVNI) && in analyzeValue() 2974 if (TrackSubRegLiveness) { in analyzeValue() 3612 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs() local 3614 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs() 3616 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs() 3676 } else if (TrackSubRegLiveness && !CP.getDstIdx() && CP.getSrcIdx()) { in joinVirtRegs()
|