Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h400 unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp493 Changed |= replaceNonLocalUsesWith(Cond, ToVal); in replaceFoldableUses()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2718 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm