Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2355 const bool TrackSubRegLiveness; member in __anone48f13810311::JoinVals
2512 bool TrackSubRegLiveness) in JoinVals() argument
2514 SubRangeJoin(SubRangeJoin), TrackSubRegLiveness(TrackSubRegLiveness), in JoinVals()
2708 assert((TrackSubRegLiveness || V.RedefVNI) && in analyzeValue()
2878 if (TrackSubRegLiveness) { in analyzeValue()
2954 TrackSubRegLiveness && in computeAssignment()
3530 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs() local
3532 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs()
3534 NewVNInfo, CP, LIS, TRI, false, TrackSubRegLiveness); in joinVirtRegs()