Searched refs:RuntimePointerCheck (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopVersioning.h | 31 RuntimePointerCheck; typedef 47 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI, 123 SmallVector<RuntimePointerCheck, 4> AliasChecks;
|
| H A D | LoopUtils.h | 49 RuntimePointerCheck; typedef 473 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 374 RuntimePointerCheck; typedef 436 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() 454 const SmallVectorImpl<RuntimePointerCheck> &Checks, 494 SmallVector<RuntimePointerCheck, 4> generateChecks() const; 501 SmallVector<RuntimePointerCheck, 4> Checks;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 379 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks() 391 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() 394 [&](const RuntimePointerCheck &Check) { in collectMemchecks() 524 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop()
|
| H A D | LoopDistribute.cpp | 905 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 40 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
| H A D | LoopUtils.cpp | 1541 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() 1548 [&](const RuntimePointerCheck &Check) { in expandBounds() 1559 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 238 SmallVector<RuntimePointerCheck, 4> 240 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() 471 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|