Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2375 SmallVector<Function *, 8> InternalFns; in identifyDeadInternalFunctions() local
2378 InternalFns.push_back(F); in identifyDeadInternalFunctions()
2384 for (unsigned u = 0, e = InternalFns.size(); u < e; ++u) { in identifyDeadInternalFunctions()
2385 Function *F = InternalFns[u]; in identifyDeadInternalFunctions()
2402 InternalFns[u] = nullptr; in identifyDeadInternalFunctions()
2407 for (unsigned u = 0, e = InternalFns.size(); u < e; ++u) in identifyDeadInternalFunctions()
2408 if (Function *F = InternalFns[u]) in identifyDeadInternalFunctions()