Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp133 if (Function *PublicTypeTestFunc = in promoteTypeIds() local
135 for (const Use &U : PublicTypeTestFunc->uses()) { in promoteTypeIds()
H A DWholeProgramDevirt.cpp853 Function *PublicTypeTestFunc = in updatePublicTypeTestCalls() local
855 if (!PublicTypeTestFunc) in updatePublicTypeTestCalls()
860 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
870 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
H A DLowerTypeTests.cpp1981 Function *PublicTypeTestFunc = in lower() local
1983 if (PublicTypeTestFunc) in lower()
1984 dropTypeTests(M, *PublicTypeTestFunc); in lower()
1985 if (TypeTestFunc || PublicTypeTestFunc) { in lower()