Searched refs:FunctionsToRemove (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 576 SmallVector<CallGraphNode*, 16> FunctionsToRemove; in removeDeadFunctions() local 590 FunctionsToRemove.push_back(CGN); in removeDeadFunctions() 657 if (FunctionsToRemove.empty()) in removeDeadFunctions() 667 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions() 668 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(), in removeDeadFunctions() 669 FunctionsToRemove.end()), in removeDeadFunctions() 670 FunctionsToRemove.end()); in removeDeadFunctions() 671 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 786 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local 799 FunctionsToRemove.push_back(CGN); in removeDeadFunctions() 844 if (FunctionsToRemove.empty()) in removeDeadFunctions() 854 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions() 855 FunctionsToRemove.erase( in removeDeadFunctions() 856 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions() 857 FunctionsToRemove.end()); in removeDeadFunctions() 858 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 625 SmallVector<CallGraphNode *, 16> FunctionsToRemove; in removeDeadFunctions() local 638 FunctionsToRemove.push_back(CGN); in removeDeadFunctions() 683 if (FunctionsToRemove.empty()) in removeDeadFunctions() 693 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions() 694 FunctionsToRemove.erase( in removeDeadFunctions() 695 std::unique(FunctionsToRemove.begin(), FunctionsToRemove.end()), in removeDeadFunctions() 696 FunctionsToRemove.end()); in removeDeadFunctions() 697 for (CallGraphNode *CGN : FunctionsToRemove) { in removeDeadFunctions()
|