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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp713 unsigned replaceAllDominatedUsesWith(Value *From, Value *To,
2042 /// replaceAllDominatedUsesWith - Replace all uses of 'From' with 'To' if the
2045 unsigned GVN::replaceAllDominatedUsesWith(Value *From, Value *To, function in class:GVN
2136 unsigned NumReplacements = replaceAllDominatedUsesWith(LHS, RHS, Root);
2192 replaceAllDominatedUsesWith(NotCmp, NotVal, Root);

Completed in 82 milliseconds