Searched refs:RuntimePointerCheck (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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 507 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 369 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 D | LoopLoadElimination.cpp | 380 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 D | LoopDistribute.cpp | 900 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 D | LoopVersioning.cpp | 41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
| H A D | LoopUtils.cpp | 1597 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 D | LoopAccessAnalysis.cpp | 334 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() 335 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() 573 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|