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.h358 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp170 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms()
191 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms()
1174 replaceAllDbgUsesWith(*SrcOp, *Res, Zext, DT); in visitZExt()
H A DInstCombineLoadStoreAlloca.cpp218 replaceAllDbgUsesWith(AI, *New, *New, DT); in simplifyAllocaArraySize()
H A DInstructionCombining.cpp1870 replaceAllDbgUsesWith(const_cast<PHINode &>(*PN), in foldOpIntoPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1970 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
2153 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
H A DLocal.cpp2721 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm