Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h400 unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp498 Changed |= replaceNonLocalUsesWith(Cond, ToVal); in replaceFoldableUses()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2829 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm