Home
last modified time | relevance | path

Searched refs:getNumRuntimePointerChecks (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp434 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
443 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()) in legalLoopInstructions()
548 << NV("RuntimeChecks", LAI->getNumRuntimePointerChecks()); in isLegalForVersioning()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp284 if (L->isLoopSimplifyForm() && (LAI.getNumRuntimePointerChecks() || in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp281 if (LAI.getNumRuntimePointerChecks() || in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp395 if (LAI->getNumRuntimePointerChecks() > in legalLoopInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h508 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h559 unsigned getNumRuntimePointerChecks() const { in getNumRuntimePointerChecks() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp764 Requirements->addRuntimePointerChecks(LAI->getNumRuntimePointerChecks()); in canVectorizeMemory()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4837 Requirements->addRuntimePointerChecks(LAI->getNumRuntimePointerChecks()); in canVectorizeMemory()