Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h428 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
486 generateChecks() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp235 RuntimePointerChecking::generateChecks() const { in generateChecks() function in RuntimePointerChecking
250 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
254 Checks = generateChecks(); in generateChecks()
806 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()