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.cpp186 bool IsLocalSplitArtifact = Start && End; in weightCalcHelper() local
189 bool ShouldUpdateLI = !IsLocalSplitArtifact; in weightCalcHelper()
191 if (IsLocalSplitArtifact) { in weightCalcHelper()
240 if (IsLocalSplitArtifact && ((SI < *Start) || (SI > *End))) in weightCalcHelper()
349 if (IsLocalSplitArtifact) in weightCalcHelper()