Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2560 bool ErasableImplicitDef = false; member
2585 ErasableImplicitDef = false; in mustKeepImplicitDef()
2826 V.ErasableImplicitDef = true; in analyzeValue()
2865 V.ErasableImplicitDef = true; in analyzeValue()
2922 if (OtherV.ErasableImplicitDef) { in analyzeValue()
3287 OtherV.ErasableImplicitDef && OtherV.Resolution == CR_Keep; in pruneValues()
3384 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3472 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
3493 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned) in eraseInstrs()