Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h336 class RuntimePointerChecking; variable
342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
355 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
378 class RuntimePointerChecking {
409 RuntimePointerChecking(ScalarEvolution *SE) : Need(false), SE(SE) {} in RuntimePointerChecking() function
539 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
626 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp172 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup()
193 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert()
239 RuntimePointerChecking::generateChecks() const { in generateChecks()
254 void RuntimePointerChecking::generateChecks( in generateChecks()
261 bool RuntimePointerChecking::needsChecking( in needsChecking()
321 void RuntimePointerChecking::groupChecks( in groupChecks()
444 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
470 void RuntimePointerChecking::printChecks( in printChecks()
549 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
710 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp507 const RuntimePointerChecking *RtPtrCheck = LAI.getRuntimePointerChecking(); in computePartitionSetForPointers()
908 const RuntimePointerChecking *RtPtrChecking) { in includeOnlyCrossPartitionChecks()
929 !RuntimePointerChecking::arePointersInSamePartition( in includeOnlyCrossPartitionChecks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h362 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()