Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
507 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h369 RuntimePointerCheck; typedef
447 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
476 const SmallVectorImpl<RuntimePointerCheck> &Checks,
516 SmallVector<RuntimePointerCheck, 4> generateChecks();
531 SmallVector<RuntimePointerCheck, 4> Checks;
/openbsd-src/gnu/llvm/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()
539 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1597 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1604 [&](const RuntimePointerCheck &Check) { in expandBounds()
1615 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp334 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
335 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
573 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()