Home
last modified time | relevance | path

Searched refs:FunctionNameSuffix (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h200 unsigned FunctionNameSuffix);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp357 unsigned FunctionNameSuffix) { in createFunction() argument
367 "outlined_ir_func_" + std::to_string(FunctionNameSuffix), M); in createFunction()