Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp366 unsigned NumVectorInstructions = 0; member in __anon0e0437920111::CallAnalyzer
930 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
932 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
992 assert(NumVectorInstructions == 0); in onAnalysisStart()
1227 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
1229 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
2460 ++NumVectorInstructions; in analyzeBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp92 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
1159 ++NumVectorInstructions; in vectorizeStoreChain()
1328 ++NumVectorInstructions; in vectorizeLoadChain()
H A DSLPVectorizer.cpp110 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
9390 ++NumVectorInstructions; in vectorizeTree()
9419 ++NumVectorInstructions; in vectorizeTree()
9443 ++NumVectorInstructions; in vectorizeTree()
9469 ++NumVectorInstructions; in vectorizeTree()
9491 ++NumVectorInstructions; in vectorizeTree()
9536 ++NumVectorInstructions; in vectorizeTree()
9580 ++NumVectorInstructions; in vectorizeTree()
9612 ++NumVectorInstructions; in vectorizeTree()
9648 ++NumVectorInstructions; in vectorizeTree()
[all …]