Searched refs:PointerChecks (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 538 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1876 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() argument 1882 transform(PointerChecks, std::back_inserter(ChecksWithBounds), in expandBounds() 1896 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks() argument 1901 expandBounds(PointerChecks, TheLoop, Loc, Exp, HoistRuntimeChecks); in addRuntimeChecks()
|