Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h564 &PointerChecks) const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2123 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks, in expandBounds() argument
2131 PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
2144 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks) in addRuntimeChecks()
2150 expandBounds(PointerChecks, TheLoop, Loc, SE, Exp, *PtrRtChecking); in addRuntimeChecks()