Home
last modified time | relevance | path

Searched refs:RuntimePointerCheck (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h32 RuntimePointerCheck; typedef
48 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,
124 SmallVector<RuntimePointerCheck, 4> AliasChecks;
H A DLoopUtils.h48 RuntimePointerCheck; typedef
522 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h383 RuntimePointerCheck; typedef
461 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
490 const SmallVectorImpl<RuntimePointerCheck> &Checks,
530 SmallVector<RuntimePointerCheck, 4> generateChecks();
545 SmallVector<RuntimePointerCheck, 4> Checks;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp387 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
399 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
402 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
546 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop()
H A DLoopDistribute.cpp897 SmallVector<RuntimePointerCheck, 4> includeOnlyCrossPartitionChecks( in includeOnlyCrossPartitionChecks()
898 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks()
901 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks()
904 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1730 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1737 [&](const RuntimePointerCheck &Check) { in expandBounds()
1750 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp370 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
371 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
609 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()