Home
last modified time | relevance | path

Searched refs:PtrIdx2 (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
316 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking()
399 for (auto PtrIdx2 : Check.second->Members) in collectMemchecks() local
400 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
DLoopDistribute.cpp916 for (unsigned PtrIdx2 : Check.second->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.cpp429 unsigned PtrIdx2) { in arePointersInSamePartition() argument
431 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()