Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h456 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
530 SmallVector<RuntimePointerCheck, 4> generateChecks();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp370 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() function in RuntimePointerChecking
387 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
391 Checks = generateChecks(); in generateChecks()
1268 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()