Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1541 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() argument
1547 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
1559 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks() argument
1563 auto ExpandedChecks = expandBounds(PointerChecks, TheLoop, Loc, Exp); in addRuntimeChecks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h473 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,