Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h336 class RuntimePointerChecking; variable
342 RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);
354 RuntimePointerChecking &RtCheck;
372 class RuntimePointerChecking {
403 RuntimePointerChecking(ScalarEvolution *SE) : Need(false), SE(SE) {} in RuntimePointerChecking() function
533 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
620 std::unique_ptr<RuntimePointerChecking> PtrRtChecking;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp172 unsigned Index, RuntimePointerChecking &RtCheck) in RuntimeCheckingPtrGroup()
191 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert()
237 RuntimePointerChecking::generateChecks() const { in generateChecks()
252 void RuntimePointerChecking::generateChecks( in generateChecks()
259 bool RuntimePointerChecking::needsChecking( in needsChecking()
309 void RuntimePointerChecking::groupChecks( in groupChecks()
432 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
439 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking()
458 void RuntimePointerChecking::printChecks( in printChecks()
477 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const { in print()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h357 const RuntimePointerChecking *getRuntimePointerChecking() const { in getRuntimePointerChecking()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking(); in prepareNoAliasMetadata()