Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h425 unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp401 Changed |= replaceNonLocalUsesWith(Cond, ToVal); in replaceFoldableUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3416 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm