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,
129 SmallVector<RuntimePointerCheck, 4> AliasChecks;
H A DLoopUtils.h50 RuntimePointerCheck; typedef
568 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h470 RuntimePointerCheck; typedef
552 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
581 const SmallVectorImpl<RuntimePointerCheck> &Checks,
621 SmallVector<RuntimePointerCheck, 4> generateChecks();
636 SmallVector<RuntimePointerCheck, 4> Checks;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp389 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
401 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
404 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
561 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.cpp43 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1943 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1950 [&](const RuntimePointerCheck &Check) { in expandBounds()
1963 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp474 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
475 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
713 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()