Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2163 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule() local
2164 StringRef OrigName = N_F.getKey(); in runOnModule()
2165 Function *F = dyn_cast<Function>(N_F.getValue()); in runOnModule()