Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp187 bool IsLocalSplitArtifact = Start && End; in weightCalcHelper() local
190 bool ShouldUpdateLI = !IsLocalSplitArtifact; in weightCalcHelper()
192 if (IsLocalSplitArtifact) { in weightCalcHelper()
235 if (IsLocalSplitArtifact && ((SI < *Start) || (SI > *End))) in weightCalcHelper()
342 if (IsLocalSplitArtifact) in weightCalcHelper()