Lines Matching refs:RuntimePointerChecking

190 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr,  in insert()
234 SmallVector<RuntimePointerChecking::PointerCheck, 4>
235 RuntimePointerChecking::generateChecks() const { in generateChecks()
240 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()
241 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()
250 void RuntimePointerChecking::generateChecks( in generateChecks()
257 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M, in needsChecking()
280 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer()
307 void RuntimePointerChecking::groupChecks( in groupChecks()
427 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
434 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking()
453 void RuntimePointerChecking::printChecks( in printChecks()
472 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const { in print()
532 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
545 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
654 bool AccessAnalysis::createCheckForAccess(RuntimePointerChecking &RtCheck, in createCheckForAccess()
695 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT()
2084 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds()
2086 const RuntimePointerChecking &PtrRtChecking) { in expandBounds()
2123 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks, in expandBounds()
2125 const RuntimePointerChecking &PtrRtChecking) { in expandBounds()
2132 [&](const RuntimePointerChecking::PointerCheck &Check) { in expandBounds()
2144 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &PointerChecks) in addRuntimeChecks()
2287 PtrRtChecking(llvm::make_unique<RuntimePointerChecking>(SE)), in LoopAccessInfo()