Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h442 void generateChecks(MemoryDepChecker::DepCandidates &DepCands,
516 SmallVector<RuntimePointerCheck, 4> generateChecks();
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp334 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() function in RuntimePointerChecking
351 void RuntimePointerChecking::generateChecks( in generateChecks() function in RuntimePointerChecking
355 Checks = generateChecks(); in generateChecks()
1176 RtCheck.generateChecks(DepCands, IsDepCheckNeeded); in canCheckPtrAtRT()