Searched refs:IsRequired (Results 1 – 4 of 4) sorted by relevance
550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() local553 if (IsRequired) { in computeTotalAllocSize()809 bool IsRequired = isRequiredForExecution(Section); in emitSection() local857 if (IsRequired || ProcessAllSections) { in emitSection()920 if (!IsRequired) in emitSection()
182 bool IsRequired = false; member410 , bool IsRequired);1089 , bool IsRequired) { in saveSimpleKeyCandidate() argument1095 SK.IsRequired = IsRequired; in saveSimpleKeyCandidate()1105 if (i->IsRequired) in removeStaleSimpleKeyCandidates()
220 bool IsRequired = false) { in collectFromArray() argument223 if (IsRequired) in collectFromArray()
1428 bool IsRequired = all_of(Range, RequiresScalarEpilogue); in requiresScalarEpilogue() local1430 (IsRequired || none_of(Range, RequiresScalarEpilogue)) && in requiresScalarEpilogue()1432 return IsRequired; in requiresScalarEpilogue()