Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2225 bool ErasableImplicitDef = false; member
2475 V.ErasableImplicitDef = true; in analyzeValue()
2514 V.ErasableImplicitDef = true; in analyzeValue()
2569 if (OtherV.ErasableImplicitDef) { in analyzeValue()
2583 OtherV.ErasableImplicitDef = false; in analyzeValue()
2717 if (OtherV.ErasableImplicitDef && in computeAssignment()
2722 OtherV.ErasableImplicitDef = false; in computeAssignment()
2904 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
2995 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3071 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
[all …]