Searched refs:InternalFns (Results 1 – 1 of 1) sorted by relevance
2379 SmallVector<Function *, 8> InternalFns; in identifyDeadInternalFunctions() local2382 InternalFns.push_back(F); in identifyDeadInternalFunctions()2388 for (Function *&F : InternalFns) { in identifyDeadInternalFunctions()2410 for (Function *F : InternalFns) in identifyDeadInternalFunctions()