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