Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1212 SmallVector<Function *, 8> InternalFns; in identifyDeadInternalFunctions() local
1215 InternalFns.push_back(F); in identifyDeadInternalFunctions()
1221 for (unsigned u = 0, e = InternalFns.size(); u < e; ++u) { in identifyDeadInternalFunctions()
1222 Function *F = InternalFns[u]; in identifyDeadInternalFunctions()
1239 InternalFns[u] = nullptr; in identifyDeadInternalFunctions()
1244 for (unsigned u = 0, e = InternalFns.size(); u < e; ++u) in identifyDeadInternalFunctions()
1245 if (Function *F = InternalFns[u]) in identifyDeadInternalFunctions()