Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp756 if (NumElements > IC.MaxArraySizeForCombine) in unpackLoadToAggregate()
1279 if (NumElements > IC.MaxArraySizeForCombine) in unpackStoreToAggregate()
H A DInstCombineInternal.h735 uint64_t MaxArraySizeForCombine; variable
H A DInstructionCombining.cpp3445 IC.MaxArraySizeForCombine = MaxArraySize; in combineInstructionsOverFunction()
H A DInstCombineCompares.cpp184 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()