Searched refs:RuntimePointerCheck (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopVersioning.h | 32 RuntimePointerCheck; typedef 48 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI, 124 SmallVector<RuntimePointerCheck, 4> AliasChecks;
|
| H A D | LoopUtils.h | 48 RuntimePointerCheck; typedef 508 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 368 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 D | LoopLoadElimination.cpp | 378 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 D | LoopDistribute.cpp | 904 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 D | LoopVersioning.cpp | 41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
| H A D | LoopUtils.cpp | 1598 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 D | LoopAccessAnalysis.cpp | 332 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() 333 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() 571 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|