Home
last modified time | relevance | path

Searched refs:TypeTestFunc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp148 Function *TypeTestFunc = in splitGlobals() local
152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
H A DWholeProgramDevirt.cpp553 scanTypeTestUsers(Function *TypeTestFunc,
1766 Function *TypeTestFunc, in scanTypeTestUsers() argument
1773 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()
1843 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local
1885 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
2015 Function *TypeTestFunc = in run() local
2025 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()
2035 if (TypeTestFunc && AssumeFunc) in run()
2036 scanTypeTestUsers(TypeTestFunc, TypeIdMap); in run()
H A DLowerTypeTests.cpp1785 Function *TypeTestFunc = in lower() local
1788 if (DropTypeTests && TypeTestFunc) { in lower()
1789 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()
1818 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()
1824 if (TypeTestFunc) { in lower()
1825 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()
2053 if (TypeTestFunc) { in lower()
2054 for (const Use &U : TypeTestFunc->uses()) { in lower()
H A DThinLTOBitcodeWriter.cpp106 if (Function *TypeTestFunc = in promoteTypeIds() local
108 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp962 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local
969 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()