Home
last modified time | relevance | path

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

/freebsd/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 DInterpBlock.h149 void replacePointer(Pointer *Old, Pointer *New);
H A DPointer.cpp54 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp255 void replacePointer(Value *V);
449 void PointerReplacer::replacePointer(Value *V) { in replacePointer() function in PointerReplacer
537 PtrReplacer.replacePointer(TheSrc); in visitAllocaInst()