Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h426 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
488 SmallVector<RuntimePointerCheck, 4> generateChecks() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp237 RuntimePointerChecking::generateChecks() const { in generateChecks() function in RuntimePointerChecking
252 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
256 Checks = generateChecks(); in generateChecks()
829 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()