HomeSort by: relevance | last modified time | path
    Searched refs:RuntimePointerCheck (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 31 RuntimePointerCheck;
47 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,
123 SmallVector<RuntimePointerCheck, 4> AliasChecks;
LoopUtils.h 49 RuntimePointerCheck;
490 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 368 RuntimePointerCheck;
430 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const {
448 const SmallVectorImpl<RuntimePointerCheck> &Checks,
488 SmallVector<RuntimePointerCheck, 4> generateChecks() const;
495 SmallVector<RuntimePointerCheck, 4> Checks;
511 /// RuntimePointerCheck class.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 380 SmallVector<RuntimePointerCheck, 4> collectMemchecks(
392 SmallVector<RuntimePointerCheck, 4> Checks;
395 [&](const RuntimePointerCheck &Check) {
525 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates);
LoopDistribute.cpp 905 SmallVector<RuntimePointerCheck, 4> includeOnlyCrossPartitionChecks(
906 const SmallVectorImpl<RuntimePointerCheck> &AllChecks,
909 SmallVector<RuntimePointerCheck, 4> Checks;
912 [&](const RuntimePointerCheck &Check) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 40 ArrayRef<RuntimePointerCheck> Checks, Loop *L,
LoopUtils.cpp 1625 expandBounds(const SmallVectorImpl<RuntimePointerCheck> &PointerChecks, Loop *L,
1632 [&](const RuntimePointerCheck &Check) {
1643 const SmallVectorImpl<RuntimePointerCheck> &PointerChecks,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 236 SmallVector<RuntimePointerCheck, 4>
238 SmallVector<RuntimePointerCheck, 4> Checks;
459 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks,

Completed in 31 milliseconds