HomeSort by relevance Sort by last modified time
    Searched refs:NumVectorInstructions (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 106 unsigned NumInstructions, NumVectorInstructions;
214 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 38 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
813 ++NumVectorInstructions;
    [all...]
SLPVectorizer.cpp 53 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
    [all...]

Completed in 150 milliseconds