Home
last modified time | relevance | path

Searched refs:replaceNonLocalUsesWith (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h418 unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp441 replaceNonLocalUsesWith(Cond, ToVal); in ReplaceFoldableUses()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2417 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm