Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h441 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
515 SmallVector<RuntimePointerCheck, 4> generateChecks();
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp332 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() function in RuntimePointerChecking
349 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
353 Checks = generateChecks(); in generateChecks()
1124 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()