Searched refs:RuntimePointerCheck (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 490 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 368 RuntimePointerCheck; typedef 430 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() 448 const SmallVectorImpl<RuntimePointerCheck> &Checks, 488 SmallVector<RuntimePointerCheck, 4> generateChecks() const; 495 SmallVector<RuntimePointerCheck, 4> Checks;
|
/netbsd-src/external/apache2/llvm/dist/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() 525 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 40 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
H A D | LoopUtils.cpp | 1625 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() 1632 [&](const RuntimePointerCheck &Check) { in expandBounds() 1643 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 236 SmallVector<RuntimePointerCheck, 4> 238 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() 459 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|