Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1508 float splitArtifactWeight = in splitCanCauseEvictionChain() local
1511 if (splitArtifactWeight >= 0 && splitArtifactWeight < MaxWeight) in splitCanCauseEvictionChain()
1551 float splitArtifactWeight = in splitCanCauseLocalSpill() local
1556 if (splitArtifactWeight >= 0 && splitArtifactWeight > CheapestEvictWeight) in splitCanCauseLocalSpill()