Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h385 struct PointerDiffInfo { struct
391 PointerDiffInfo(const SCEV *SrcStart, const SCEV *SinkStart, in PointerDiffInfo() argument
470 std::optional<ArrayRef<PointerDiffInfo>> getDiffChecks() const { in getDiffChecks()
552 SmallVector<PointerDiffInfo> DiffChecks;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h526 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1809 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()