Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h432 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
494 SmallVector<RuntimePointerCheck, 4> generateChecks() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp239 RuntimePointerChecking::generateChecks() const { in generateChecks() function in RuntimePointerChecking
254 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
258 Checks = generateChecks(); in generateChecks()
841 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()