Searched refs:PtrIdx2 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument 278 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 361 for (auto PtrIdx2 : Check.second->Members) in collectMemchecks() local 362 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
|
D | LoopDistribute.cpp | 805 for (unsigned PtrIdx2 : Check.second->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/ |
D | LoopLoadElimination.cpp | 304 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() argument 310 LAI.getRuntimePointerChecking()->getPointerInfo(PtrIdx2).PointerValue; in needsChecking() 393 for (auto PtrIdx2 : Check.second->Members) in collectMemchecks() local 394 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
D | LoopDistribute.cpp | 855 for (unsigned PtrIdx2 : Check.second->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/ |
D | LoopAccessAnalysis.h | 441 unsigned PtrIdx1, unsigned PtrIdx2);
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 460 unsigned PtrIdx1, unsigned PtrIdx2);
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 385 unsigned PtrIdx2) { in arePointersInSamePartition() argument 387 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 429 unsigned PtrIdx2) { in arePointersInSamePartition() argument 431 PtrToPartition[PtrIdx1] == PtrToPartition[PtrIdx2]); in arePointersInSamePartition()
|