Home
last modified time | relevance | path

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

/freebsd/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.h50 RuntimePointerCheck; typedef
538 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h431 RuntimePointerCheck; typedef
509 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
538 const SmallVectorImpl<RuntimePointerCheck> &Checks,
578 SmallVector<RuntimePointerCheck, 4> generateChecks();
593 SmallVector<RuntimePointerCheck, 4> Checks;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp391 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
406 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop()
H A DLoopDistribute.cpp900 SmallVector<RuntimePointerCheck, 4> includeOnlyCrossPartitionChecks( in includeOnlyCrossPartitionChecks()
901 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks()
904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks()
907 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
H A DLoopFlatten.cpp969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1876 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1883 [&](const RuntimePointerCheck &Check) { in expandBounds()
1896 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp378 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
379 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
615 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()