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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp497 /// replaceDirectCalls - Go through the uses list for this definition and
499 void replaceDirectCalls(Value *Old, Value *New);
1062 replaceDirectCalls(F, RealF);
1748 void LowerTypeTestsModule::replaceDirectCalls(Value *Old, Value *New) { function in class:LowerTypeTestsModule

Completed in 46 milliseconds