Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp71 unsigned NumInstructions, NumVectorInstructions; member in __anonf38a11c60111::CallAnalyzer
153 NumVectorInstructions(0), FiftyPercentVectorBonus(0), in CallAnalyzer()
915 ++NumVectorInstructions; in analyzeBlock()
958 if (NumVectorInstructions > NumInstructions/2) in analyzeBlock()
960 else if (NumVectorInstructions > NumInstructions/10) in analyzeBlock()
1037 assert(NumVectorInstructions == 0); in analyzeCall()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp56 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
2186 ++NumVectorInstructions; in vectorizeTree()
2213 ++NumVectorInstructions; in vectorizeTree()
2235 ++NumVectorInstructions; in vectorizeTree()
2281 ++NumVectorInstructions; in vectorizeTree()
2314 ++NumVectorInstructions; in vectorizeTree()
2345 ++NumVectorInstructions; in vectorizeTree()
2371 ++NumVectorInstructions; in vectorizeTree()
2421 ++NumVectorInstructions; in vectorizeTree()
2467 ++NumVectorInstructions; in vectorizeTree()