Searched refs:PointerCheck (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopVersioning.h | 76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks); 126 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 419 PointerCheck; typedef 427 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; } in getChecks() 442 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, 480 SmallVector<PointerCheck, 4> 488 SmallVector<PointerCheck, 4> Checks; 590 const SmallVectorImpl<RuntimePointerChecking::PointerCheck>
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 342 SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks( in collectMemchecks() 356 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in collectMemchecks() 359 [&](const RuntimePointerChecking::PointerCheck &Check) { in collectMemchecks() 480 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = in processLoop()
|
D | LoopDistribute.cpp | 795 SmallVector<RuntimePointerChecking::PointerCheck, 4> 797 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() 800 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() 803 [&](const RuntimePointerChecking::PointerCheck &Check) { in includeOnlyCrossPartitionChecks()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 190 SmallVector<RuntimePointerChecking::PointerCheck, 4> 192 SmallVector<PointerCheck, 4> Checks; in generateChecks() 410 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, in printChecks() 1811 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks, in expandBounds() 1821 [&](const RuntimePointerChecking::PointerCheck &Check) { in expandBounds() 1833 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks) in addRuntimeChecks()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopVersioning.cpp | 47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument
|