Searched refs:RuntimePointerCheck (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/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 | 50 RuntimePointerCheck; typedef 538 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 431 RuntimePointerCheck; typedef 509 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() 538 const SmallVectorImpl<RuntimePointerCheck> &Checks, 578 SmallVector<RuntimePointerCheck, 4> generateChecks(); 593 SmallVector<RuntimePointerCheck, 4> Checks;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 391 SmallVector<RuntimePointerCheck, 4> collectMemchecks( in collectMemchecks() 403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() 406 [&](const RuntimePointerCheck &Check) { in collectMemchecks() 562 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()
|
H A D | LoopFlatten.cpp | 969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
H A D | LoopUtils.cpp | 1876 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L, in expandBounds() 1883 [&](const RuntimePointerCheck &Check) { in expandBounds() 1896 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, in addRuntimeChecks()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 378 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks() 379 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() 615 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|