Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2429 bool ErasableImplicitDef = false; member
2685 V.ErasableImplicitDef = true; in analyzeValue()
2724 V.ErasableImplicitDef = true; in analyzeValue()
2781 if (OtherV.ErasableImplicitDef) { in analyzeValue()
2795 OtherV.ErasableImplicitDef = false; in analyzeValue()
2953 if (OtherV.ErasableImplicitDef && in computeAssignment()
2958 OtherV.ErasableImplicitDef = false; in computeAssignment()
3143 bool EraseImpDef = OtherV.ErasableImplicitDef && in pruneValues()
3241 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3329 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
[all …]