Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2504 CR_Keep, enumerator
2534 ConflictResolution Resolution = CR_Keep;
2808 return CR_Keep; in analyzeValue()
2896 return CR_Keep; in analyzeValue()
2913 return CR_Keep; in analyzeValue()
2980 return CR_Keep; in analyzeValue()
3276 case CR_Keep: in pruneValues()
3287 OtherV.ErasableImplicitDef && OtherV.Resolution == CR_Keep; in pruneValues()
3384 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3459 if (Vals[i].Resolution != CR_Keep) in pruneMainSegments()
[all …]