Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
508 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h368 RuntimePointerCheck; typedef
446 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks()
475 const SmallVectorImpl<RuntimePointerCheck> &Checks,
515 SmallVector<RuntimePointerCheck, 4> generateChecks();
530 SmallVector<RuntimePointerCheck, 4> Checks;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp378 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks()
390 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks()
393 [&](const RuntimePointerCheck &Check) { in collectMemchecks()
523 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop()
H A DLoopDistribute.cpp904 SmallVector<RuntimePointerCheck, 4> includeOnlyCrossPartitionChecks( in includeOnlyCrossPartitionChecks()
905 const SmallVectorImpl<RuntimePointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks()
908 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks()
911 [&](const RuntimePointerCheck &Check) { in includeOnlyCrossPartitionChecks()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1598 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds()
1605 [&](const RuntimePointerCheck &Check) { in expandBounds()
1616 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp332 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
333 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks()
571 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()