Searched refs:PointerCheck (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 416 PointerCheck; typedef 424 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; } in getChecks() 439 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, 477 SmallVector<PointerCheck, 4> 485 SmallVector<PointerCheck, 4> Checks; 557 const SmallVectorImpl<RuntimePointerChecking::PointerCheck>
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopVersioning.h | 76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks); 101 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 322 SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks( in collectMemchecks() 336 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() 339 [&](const RuntimePointerChecking::PointerCheck &Check) { in collectMemchecks() 453 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop()
|
D | LoopDistribute.cpp | 624 SmallVector<RuntimePointerChecking::PointerCheck, 4> 626 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() 629 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() 632 [&](const RuntimePointerChecking::PointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopVersioning.cpp | 40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 158 SmallVector<RuntimePointerChecking::PointerCheck, 4> 160 SmallVector<PointerCheck, 4> Checks; in generateChecks() 378 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks() 1659 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks, in expandBounds() 1669 [&](const RuntimePointerChecking::PointerCheck &Check) { in expandBounds() 1681 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks) in addRuntimeChecks()
|