Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp43 SaturationThreshold("alias-set-saturation-threshold", cl::Hidden, variable
561 assert(!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold) && in mergeAllAliasSets()
568 ASVector.reserve(SaturationThreshold); in mergeAllAliasSets()
603 if (!AliasAnyAS && (TotalMayAliasSetSize > SaturationThreshold)) { in addPointer()