Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h490 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1625 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() argument
1631 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
1643 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks() argument
1647 auto ExpandedChecks = expandBounds(PointerChecks, TheLoop, Loc, Exp); in addRuntimeChecks()