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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 336 class RuntimePointerChecking;
342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
354 RuntimePointerChecking &RtCheck;
372 class RuntimePointerChecking {
403 RuntimePointerChecking(ScalarEvolution *SE) : Need(false), SE(SE) {}
533 const RuntimePointerChecking *getRuntimePointerChecking() const {
620 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 172 unsigned Index, RuntimePointerChecking &RtCheck)
191 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr,
237 RuntimePointerChecking::generateChecks() const {
252 void RuntimePointerChecking::generateChecks(
259 bool RuntimePointerChecking::needsChecking(
309 void RuntimePointerChecking::groupChecks(
432 bool RuntimePointerChecking::arePointersInSamePartition(
439 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const {
458 void RuntimePointerChecking::printChecks(
477 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 357 const RuntimePointerChecking *getRuntimePointerChecking() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 507 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking();
908 const RuntimePointerChecking *RtPtrChecking) {
929 !RuntimePointerChecking::arePointersInSamePartition(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking();

Completed in 21 milliseconds