Home
last modified time | relevance | path

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

/freebsd/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.cpp36 PointeeStorage.BS.Pointee->addPointer(this); in Pointer()
46 Pointee->addPointer(this); in Pointer()
87 PointeeStorage.BS.Pointee->addPointer(this); in operator =()
115 PointeeStorage.BS.Pointee->addPointer(this); in operator =()
H A DInterpBlock.h147 void addPointer(Pointer *P);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h409 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
410 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp423 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, in addPointer() function in RuntimeCheckingPtrGroup
425 return addPointer( in addPointer()
431 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start, in addPointer() function in RuntimeCheckingPtrGroup
568 if (Group.addPointer(Pointer, *this)) { in groupChecks()