Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp141 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight() function
171 combineWeight(*O, *L); in combineWeightsBySorting()
184 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp120 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight() function
150 combineWeight(*O, *L); in combineWeightsBySorting()
162 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1018 inline float combineWeight (float curCombinedWeight, float partialWeight) in combineWeight() function
1055 weight = combineWeight(weight, elementWeight); in computeEntryReadWeight()
1083 weight = combineWeight(weight, elementWeight); in computeEntryReadWeight()