Searched refs:TrackSubRegLiveness (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | RegisterCoalescer.cpp | 2219 const bool TrackSubRegLiveness; member in __anon25a8e1410311::JoinVals 2376 bool TrackSubRegLiveness) in JoinVals() argument 2378 SubRangeJoin(SubRangeJoin), TrackSubRegLiveness(TrackSubRegLiveness), in JoinVals() 2571 assert((TrackSubRegLiveness || V.RedefVNI) && in analyzeValue() 2672 if (TrackSubRegLiveness in analyzeValue() 2791 TrackSubRegLiveness && in computeAssignment() 3348 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs() local 3350 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs() 3352 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs()
|