Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp19 void Block::addPointer(Pointer *P) { in addPointer() function in Block
74 addPointer(New); in replacePointer()
H A DPointer.cpp39 Pointee->addPointer(this); in Pointer()
60 Pointee->addPointer(this); in operator =()
H A DInterpBlock.h133 void addPointer(Pointer *P);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h361 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
362 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp417 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, in addPointer() function in RuntimeCheckingPtrGroup
419 return addPointer( in addPointer()
425 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start, in addPointer() function in RuntimeCheckingPtrGroup
562 if (Group.addPointer(Pointer, *this)) { in groupChecks()