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.h547 LLVM_ABI void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
621 SmallVector<RuntimePointerCheck, 4> generateChecks();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp474 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() function in RuntimePointerChecking
491 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
495 Checks = generateChecks(); in generateChecks()
1418 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()