Home
last modified time | relevance | path

Searched refs:PointerCheck (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
126 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h419 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/
DLoopLoadElimination.cpp342 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()
DLoopDistribute.cpp795 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/
DLoopAccessAnalysis.cpp190 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/
DLoopVersioning.cpp47 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument