Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h193 void addRuntimePointerChecks(unsigned Num) { NumRuntimePointerChecks = Num; } in addRuntimePointerChecks() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp849 Requirements->addRuntimePointerChecks(LAI->getNumRuntimePointerChecks()); in canVectorizeMemory()