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.h396 class RuntimePointerChecking; variable
402 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
409 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
447 class RuntimePointerChecking {
480 RuntimePointerChecking(MemoryDepChecker &DC, ScalarEvolution *SE) in RuntimePointerChecking() function
643 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
745 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp184 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup()
261 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, const SCEV *PtrExpr, in insert()
275 bool RuntimePointerChecking::tryToCreateDiffCheck( in tryToCreateDiffCheck()
378 SmallVector<RuntimePointerCheck, 4> RuntimePointerChecking::generateChecks() { in generateChecks()
395 void RuntimePointerChecking::generateChecks( in generateChecks()
402 bool RuntimePointerChecking::needsChecking( in needsChecking()
424 RuntimePointerChecking &RtCheck) { in addPointer()
462 void RuntimePointerChecking::groupChecks( in groupChecks()
588 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
595 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.h366 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()