Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp145 int VectorBonus, TenPercentVectorBonus; member in __anonf90232b50111::CallAnalyzer
286 NumInstructions(0), NumVectorInstructions(0), VectorBonus(0), in CallAnalyzer()
965 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()
1721 Threshold += (SingleBBBonus + VectorBonus); in analyzeCall()
1877 Threshold -= VectorBonus; in analyzeCall()
1879 Threshold -= VectorBonus/2; in analyzeCall()
/external/llvm/lib/Analysis/
DInlineCost.cpp108 int VectorBonus; member in __anonb653f77d0111::CallAnalyzer
215 FiftyPercentVectorBonus(0), TenPercentVectorBonus(0), VectorBonus(0), in CallAnalyzer()