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.cpp2500 bool ErasableImplicitDef = false; member
2525 ErasableImplicitDef = false; in mustKeepImplicitDef()
2765 V.ErasableImplicitDef = true; in analyzeValue()
2804 V.ErasableImplicitDef = true; in analyzeValue()
2861 if (OtherV.ErasableImplicitDef) { in analyzeValue()
3225 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
3323 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3411 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
3432 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned) in eraseInstrs()