Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp555 const PointerInfo &PointerJ = Pointers[J]; in needsChecking() local
558 if (!PointerI.IsWritePtr && !PointerJ.IsWritePtr) in needsChecking()
562 if (PointerI.DependencySetId == PointerJ.DependencySetId) in needsChecking()
566 if (PointerI.AliasSetId != PointerJ.AliasSetId) in needsChecking()