OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumRuntimePointerChecks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h
218
void addRuntimePointerChecks(unsigned Num) {
NumRuntimePointerChecks
= Num; }
227
return
NumRuntimePointerChecks
;
231
unsigned
NumRuntimePointerChecks
= 0;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
8008
unsigned
NumRuntimePointerChecks
= Requirements.getNumRuntimePointerChecks();
8009
if (SelectedVF.Width.getKnownMinValue() > 1 &&
NumRuntimePointerChecks
) {
8011
NumRuntimePointerChecks
> PragmaVectorizeMemoryCheckThreshold;
8013
NumRuntimePointerChecks
> VectorizerParams::RuntimeMemoryCheckThreshold;
Completed in 27 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026