Home
last modified time | relevance | path

Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h464 bool needsChecking(const RuntimeCheckingPtrGroup &M,
498 bool needsChecking(unsigned I, unsigned J) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp310 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon67a41c9d0311::LoadEliminationForLoop
398 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
H A DLoopDistribute.cpp923 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp342 if (needsChecking(CGI, CGJ)) { in generateChecks()
358 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking
362 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking()
553 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking