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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1515 float splitArtifactWeight = local
1518 if (splitArtifactWeight >= 0 && splitArtifactWeight < MaxWeight)
1558 float splitArtifactWeight = local
1563 if (splitArtifactWeight >= 0 && splitArtifactWeight > CheapestEvictWeight)

Completed in 35 milliseconds