Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h522 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1730 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() argument
1736 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds()
1750 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks() argument
1755 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()