Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h504 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
578 SmallVector<RuntimePointerCheck, 4> generateChecks();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp378 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() function in RuntimePointerChecking
395 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
399 Checks = generateChecks(); in generateChecks()
1264 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()