Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp76 unsigned NumInstructions, NumVectorInstructions; member in __anon265bc4620111::CallAnalyzer
171 NumVectorInstructions(0), FiftyPercentVectorBonus(0), in CallAnalyzer()
968 ++NumVectorInstructions; in analyzeBlock()
1081 assert(NumVectorInstructions == 0); in analyzeCall()
1294 if (NumVectorInstructions <= NumInstructions / 10) in analyzeCall()
1296 else if (NumVectorInstructions <= NumInstructions / 2) in analyzeCall()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp57 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
2262 ++NumVectorInstructions; in vectorizeTree()
2289 ++NumVectorInstructions; in vectorizeTree()
2311 ++NumVectorInstructions; in vectorizeTree()
2357 ++NumVectorInstructions; in vectorizeTree()
2390 ++NumVectorInstructions; in vectorizeTree()
2421 ++NumVectorInstructions; in vectorizeTree()
2447 ++NumVectorInstructions; in vectorizeTree()
2497 ++NumVectorInstructions; in vectorizeTree()
2543 ++NumVectorInstructions; in vectorizeTree()