Home
last modified time | relevance | path

Searched refs:replaceFunction (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp307 SP.replaceFunction(NF); in DeleteDeadVarargs()
1072 DI->second.replaceFunction(NF); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp706 SP.replaceFunction(NF); in DoPromotion()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h634 void replaceFunction(Function *F) { replaceFunctionField(5, F); } in replaceFunction() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp761 DI->second.replaceFunction(&F); in runOnModule()