Home
last modified time | relevance | path

Searched refs:PtrIdx1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument
276 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
360 for (auto PtrIdx1 : Check.first->Members) in collectMemchecks() local
362 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
DLoopDistribute.cpp804 for (unsigned PtrIdx1 : Check.first->Members) in includeOnlyCrossPartitionChecks() local
819 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
821 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp304 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument
308 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
392 for (auto PtrIdx1 : Check.first->Members) in collectMemchecks() local
394 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
DLoopDistribute.cpp854 for (unsigned PtrIdx1 : Check.first->Members) in includeOnlyCrossPartitionChecks() local
869 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
871 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h441 unsigned PtrIdx1, unsigned PtrIdx2);
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h460 unsigned PtrIdx1, unsigned PtrIdx2);
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp384 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
386 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
387 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp428 const SmallVectorImpl<int> &PtrToPartition, unsigned PtrIdx1, in arePointersInSamePartition() argument
430 return (PtrToPartition[PtrIdx1] != -1 && in arePointersInSamePartition()
431 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()