Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp310 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument
314 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx1).PointerValue; in needsChecking()
398 for (auto PtrIdx1 : Check.first->Members) in collectMemchecks() local
400 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
DLoopDistribute.cpp915 for (unsigned PtrIdx1 : Check.first->Members) in includeOnlyCrossPartitionChecks() local
930 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
932 PtrToPartition, PtrIdx1, PtrIdx2)) in includeOnlyCrossPartitionChecks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h464 unsigned PtrIdx1, unsigned PtrIdx2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()