Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.cpp69 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer() function in Block
H A DInterpBlock.h153 void replacePointer(Pointer *Old, Pointer *New);
H A DPointer.cpp55 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp243 void replacePointer(Value *V);
350 void PointerReplacer::replacePointer(Value *V) { in replacePointer() function in PointerReplacer
552 PtrReplacer.replacePointer(TheSrc); in visitAllocaInst()