Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h433 class RuntimePointerChecking; variable
440 const RuntimePointerChecking &RtCheck);
448 const RuntimePointerChecking &RtCheck);
486 class RuntimePointerChecking {
519 RuntimePointerChecking(MemoryDepChecker &DC, ScalarEvolution *SE) in RuntimePointerChecking() function
694 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
799 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp182 unsigned Index, const RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup()
352 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, const SCEV *PtrExpr, in insert()
369 bool RuntimePointerChecking::tryToCreateDiffCheck( in tryToCreateDiffCheck()
474 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
491 void RuntimePointerChecking::generateChecks( in generateChecks()
498 bool RuntimePointerChecking::needsChecking( in needsChecking()
518 unsigned Index, const RuntimePointerChecking &RtCheck) { in addPointer()
556 void RuntimePointerChecking::groupChecks( in groupChecks()
680 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
687 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp499 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
903 const RuntimePointerChecking *RtPtrChecking) { in includeOnlyCrossPartitionChecks()
924 !RuntimePointerChecking::arePointersInSamePartition( in includeOnlyCrossPartitionChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h386 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp182 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()