Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
490 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h368 RuntimePointerCheck; typedef
430 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
448 const SmallVectorImpl<RuntimePointerCheck> &Checks,
488 SmallVector<RuntimePointerCheck, 4> generateChecks() const;
495 SmallVector<RuntimePointerCheck, 4> Checks;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp380 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
392 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
395 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
525 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp40 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1625 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1632 [&](const RuntimePointerCheck &Check) { in expandBounds()
1643 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp236 SmallVector<RuntimePointerCheck, 4>
238 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
459 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()