Home
last modified time | relevance | path

Searched refs:replaceAllDbgUsesWith (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h385 LLVM_ABI bool replaceAllDbgUsesWith(Instruction &From, Value &To,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp172 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms()
193 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms()
1228 replaceAllDbgUsesWith(*SrcOp, *Res, Zext, DT); in visitZExt()
H A DInstCombineLoadStoreAlloca.cpp206 replaceAllDbgUsesWith(AI, *New, *New, DT); in simplifyAllocaArraySize()
H A DInstructionCombining.cpp1984 replaceAllDbgUsesWith(const_cast<PHINode &>(*PN), in foldOpIntoPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1980 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
2163 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
H A DLocal.cpp2762 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm