Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h181 bool replaceDbgUsesWithUndef(Instruction *I);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp816 replaceDbgUsesWithUndef(Inst); in processNode()
H A DReassociate.cpp792 replaceDbgUsesWithUndef(ExpressionChanged); in RewriteExprTree()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp479 bool llvm::replaceDbgUsesWithUndef(Instruction *I) { in replaceDbgUsesWithUndef() function in llvm