Lines Matching refs:RuntimePointerChecking
172 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()
285 RuntimePointerChecking &RtCheck) { in addPointer()
321 void RuntimePointerChecking::groupChecks( in groupChecks()
444 bool RuntimePointerChecking::arePointersInSamePartition( in arePointersInSamePartition()
451 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking()
470 void RuntimePointerChecking::printChecks( in printChecks()
489 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const { in print()
549 bool createCheckForAccess(RuntimePointerChecking &RtCheck,
562 bool canCheckPtrAtRT(RuntimePointerChecking &RtCheck, ScalarEvolution *SE,
669 bool AccessAnalysis::createCheckForAccess(RuntimePointerChecking &RtCheck, in createCheckForAccess()
710 bool AccessAnalysis::canCheckPtrAtRT(RuntimePointerChecking &RtCheck, in canCheckPtrAtRT()
2195 PtrRtChecking(std::make_unique<RuntimePointerChecking>(SE)), in LoopAccessInfo()