Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h31 RuntimePointerCheck; typedef
47 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,
123 SmallVector<RuntimePointerCheck, 4> AliasChecks;
H A DLoopUtils.h49 RuntimePointerCheck; typedef
473 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h374 RuntimePointerCheck; typedef
436 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
454 const SmallVectorImpl<RuntimePointerCheck> &Checks,
494 SmallVector<RuntimePointerCheck, 4> generateChecks() const;
501 SmallVector<RuntimePointerCheck, 4> Checks;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp379 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
391 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
394 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
524 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop()
H A DLoopDistribute.cpp905 SmallVector<RuntimePointerCheck, 4> includeOnlyCrossPartitionChecks( in includeOnlyCrossPartitionChecks()
906 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks()
909 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks()
912 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp40 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1541 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1548 [&](const RuntimePointerCheck &Check) { in expandBounds()
1559 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp238 SmallVector<RuntimePointerCheck, 4>
240 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
471 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()