Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp135 if (Function *PublicTypeTestFunc = in promoteTypeIds() local
137 for (const Use &U : PublicTypeTestFunc->uses()) { in promoteTypeIds()
H A DWholeProgramDevirt.cpp807 Function *PublicTypeTestFunc = in updatePublicTypeTestCalls() local
809 if (!PublicTypeTestFunc) in updatePublicTypeTestCalls()
814 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
824 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
H A DLowerTypeTests.cpp1810 Function *PublicTypeTestFunc = in lower() local
1812 if (PublicTypeTestFunc) in lower()
1813 dropTypeTests(M, *PublicTypeTestFunc); in lower()
1814 if (TypeTestFunc || PublicTypeTestFunc) { in lower()