Searched refs:PointerCheck (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 424 PointerCheck; typedef 432 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; } in getChecks() 447 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, 485 SmallVector<PointerCheck, 4> 493 SmallVector<PointerCheck, 4> Checks; 563 const SmallVectorImpl<RuntimePointerChecking::PointerCheck>
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopVersioning.h | 76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks); 126 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 374 SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks( in collectMemchecks() 388 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() 391 [&](const RuntimePointerChecking::PointerCheck &Check) { in collectMemchecks() 516 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop()
|
| H A D | LoopDistribute.cpp | 893 SmallVector<RuntimePointerChecking::PointerCheck, 4> 895 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() 898 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() 901 [&](const RuntimePointerChecking::PointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 234 SmallVector<RuntimePointerChecking::PointerCheck, 4> 236 SmallVector<PointerCheck, 4> Checks; in generateChecks() 454 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks() 2123 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks, in expandBounds() 2132 [&](const RuntimePointerChecking::PointerCheck &Check) { in expandBounds() 2144 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks) in addRuntimeChecks()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument
|