Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp146 unsigned NumInstructions, NumVectorInstructions; member in __anon45440fe00111::CallAnalyzer
289 NumInstructions(0), NumVectorInstructions(0), VectorBonus(0), in CallAnalyzer()
1567 ++NumVectorInstructions; in analyzeBlock()
1729 assert(NumVectorInstructions == 0); in analyzeCall()
1918 if (NumVectorInstructions <= NumInstructions / 10) in analyzeCall()
1920 else if (NumVectorInstructions <= NumInstructions / 2) in analyzeCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp93 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
1069 ++NumVectorInstructions; in vectorizeStoreChain()
1236 ++NumVectorInstructions; in vectorizeLoadChain()
H A DSLPVectorizer.cpp107 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
3201 ++NumVectorInstructions; in vectorizeTree()
3235 ++NumVectorInstructions; in vectorizeTree()
3263 ++NumVectorInstructions; in vectorizeTree()
3316 ++NumVectorInstructions; in vectorizeTree()
3363 ++NumVectorInstructions; in vectorizeTree()
3398 ++NumVectorInstructions; in vectorizeTree()
3431 ++NumVectorInstructions; in vectorizeTree()
3485 ++NumVectorInstructions; in vectorizeTree()
3559 ++NumVectorInstructions; in vectorizeTree()