Searched refs:InternalFns (Results 1 – 1 of 1) sorted by relevance
2371 SmallVector<Function *, 8> InternalFns; in identifyDeadInternalFunctions() local2374 InternalFns.push_back(F); in identifyDeadInternalFunctions()2380 for (Function *&F : InternalFns) { in identifyDeadInternalFunctions()2402 for (Function *F : InternalFns) in identifyDeadInternalFunctions()