Home
last modified time | relevance | path

Searched refs:replacePointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer() function in Block
H A DPointer.cpp32 Pointee->replacePointer(&P, this); in Pointer()
77 Pointee->replacePointer(&P, this); in operator =()
H A DInterpBlock.h135 void replacePointer(Pointer *Old, Pointer *New);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp255 void replacePointer(Value *V);
450 void PointerReplacer::replacePointer(Value *V) { in replacePointer() function in PointerReplacer
538 PtrReplacer.replacePointer(TheSrc); in visitAllocaInst()