Home
last modified time | relevance | path

Searched refs:TrackSubRegLiveness (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2354 const bool TrackSubRegLiveness; member in __anon46211ebe0311::JoinVals
2511 bool TrackSubRegLiveness) in JoinVals() argument
2513 SubRangeJoin(SubRangeJoin), TrackSubRegLiveness(TrackSubRegLiveness), in JoinVals()
2707 assert((TrackSubRegLiveness || V.RedefVNI) && in analyzeValue()
2875 if (TrackSubRegLiveness) { in analyzeValue()
2951 TrackSubRegLiveness && in computeAssignment()
3528 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs() local
3530 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs()
3532 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs()