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

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

Completed in 72 milliseconds