Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h218 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks()
227 return NumRuntimePointerChecks; in getNumRuntimePointerChecks()
231 unsigned NumRuntimePointerChecks = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8008 unsigned NumRuntimePointerChecks = Requirements.getNumRuntimePointerChecks(); in plan() local
8009 if (SelectedVF.Width.getKnownMinValue() > 1 && NumRuntimePointerChecks) { in plan()
8011 NumRuntimePointerChecks > PragmaVectorizeMemoryCheckThreshold; in plan()
8013 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in plan()