Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp300 unsigned NumVectorInstructions = 0; member in __anon797094460111::CallAnalyzer
830 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
832 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
869 assert(NumVectorInstructions == 0); in onAnalysisStart()
2103 ++NumVectorInstructions; in analyzeBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp93 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
1137 ++NumVectorInstructions; in vectorizeStoreChain()
1306 ++NumVectorInstructions; in vectorizeLoadChain()
H A DSLPVectorizer.cpp108 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
5020 ++NumVectorInstructions; in vectorizeTree()
5051 ++NumVectorInstructions; in vectorizeTree()
5073 ++NumVectorInstructions; in vectorizeTree()
5093 ++NumVectorInstructions; in vectorizeTree()
5116 ++NumVectorInstructions; in vectorizeTree()
5159 ++NumVectorInstructions; in vectorizeTree()
5202 ++NumVectorInstructions; in vectorizeTree()
5232 ++NumVectorInstructions; in vectorizeTree()
5271 ++NumVectorInstructions; in vectorizeTree()
[all …]