HomeSort by relevance Sort by last modified time
    Searched refs:getRuntimePointerChecking (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 256 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue;
258 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue;
335 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks();
349 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
LoopDistribute.cpp 439 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking();
783 const auto *RtPtrChecking = LAI.getRuntimePointerChecking();
790 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 34 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks());
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 520 const RuntimePointerChecking *getRuntimePointerChecking() const {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 97 milliseconds