Searched refs:patchAndReplaceAllUsesWith (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { function
1597 patchAndReplaceAllUsesWith(L, AvailableValue);
2102 patchAndReplaceAllUsesWith(I, Repl);
H A DNewGVN.cpp3675 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) {
3714 patchAndReplaceAllUsesWith(I, V);

Completed in 198 milliseconds