Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h472 struct PointerDiffInfo { struct
478 PointerDiffInfo(const SCEV *SrcStart, const SCEV *SinkStart, in PointerDiffInfo() argument
561 std::optional<ArrayRef<PointerDiffInfo>> getDiffChecks() const { in getDiffChecks()
643 SmallVector<PointerDiffInfo> DiffChecks;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h572 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp2020 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()