Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h348 class RuntimePointerChecking; variable
354 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
361 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
399 class RuntimePointerChecking {
432 RuntimePointerChecking(MemoryDepChecker &DC, ScalarEvolution *SE) in RuntimePointerChecking() function
590 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
685 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp183 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup()
252 void RuntimePointerChecking::tryToCreateDiffCheck( in tryToCreateDiffCheck()
387 void RuntimePointerChecking::generateChecks( in generateChecks()
394 bool RuntimePointerChecking::needsChecking( in needsChecking()
418 RuntimePointerChecking &RtCheck) { in addPointer()
456 void RuntimePointerChecking::groupChecks( in groupChecks()
582 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
589 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking()
608 void RuntimePointerChecking::printChecks( in printChecks()
691 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp500 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
900 const RuntimePointerChecking *RtPtrChecking) { in includeOnlyCrossPartitionChecks()
921 !RuntimePointerChecking::arePointersInSamePartition( in includeOnlyCrossPartitionChecks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h363 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()