Searched refs:replaceNonLocalUsesWith (Results 1 – 3 of 3) sorted by relevance
458 LLVM_ABI unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
400 Changed |= replaceNonLocalUsesWith(Cond, ToVal); in replaceFoldableUses()
3568 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm