Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h416 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/
DLoopVersioning.h76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
101 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp322 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()
DLoopDistribute.cpp624 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/
DLoopVersioning.cpp40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { in setAliasChecks() argument
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp158 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()