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.cpp884 Function *PublicTypeTestFunc = in updatePublicTypeTestCalls() local
886 if (!PublicTypeTestFunc) in updatePublicTypeTestCalls()
891 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
901 for (Use &U : make_early_inc_range(PublicTypeTestFunc->uses())) { in updatePublicTypeTestCalls()
H A DLowerTypeTests.cpp2028 Function *PublicTypeTestFunc = in lower() local
2030 if (PublicTypeTestFunc) in lower()
2031 dropTypeTests(M, *PublicTypeTestFunc, ShouldDropAll); in lower()
2032 if (TypeTestFunc || PublicTypeTestFunc) { in lower()