Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h370 struct PointerDiffInfo { struct
376 PointerDiffInfo(const SCEV *SrcStart, const SCEV *SinkStart, in PointerDiffInfo() argument
455 Optional<ArrayRef<PointerDiffInfo>> getDiffChecks() const { in getDiffChecks()
537 SmallVector<PointerDiffInfo> DiffChecks;
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h513 ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1670 Instruction *Loc, Loop *TheLoop, ArrayRef<PointerDiffInfo> Checks, in addDiffRuntimeChecks()