Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp148 Function *TypeTestFunc = in splitGlobals() local
152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
H A DLowerTypeTests.cpp1803 static void dropTypeTests(Module &M, Function &TypeTestFunc) { in dropTypeTests() argument
1804 for (Use &U : llvm::make_early_inc_range(TypeTestFunc.uses())) { in dropTypeTests()
1823 Function *TypeTestFunc = in lower() local
1827 if (TypeTestFunc) in lower()
1828 dropTypeTests(M, *TypeTestFunc); in lower()
1836 if (TypeTestFunc || PublicTypeTestFunc) { in lower()
1857 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()
1863 if (TypeTestFunc) in lower()
1864 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) in lower()
2088 if (TypeTestFunc) { in lower()
[all …]
H A DWholeProgramDevirt.cpp602 scanTypeTestUsers(Function *TypeTestFunc,
811 Function *TypeTestFunc = in updatePublicTypeTestCalls() local
816 TypeTestFunc, {CI->getArgOperand(0), CI->getArgOperand(1)}, in updatePublicTypeTestCalls()
1847 Function *TypeTestFunc, in scanTypeTestUsers() argument
1854 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) { in scanTypeTestUsers()
1922 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local
1961 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
2129 Function *TypeTestFunc = in run() local
2139 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()
2149 if (TypeTestFunc && AssumeFunc) in run()
[all …]
H A DThinLTOBitcodeWriter.cpp127 if (Function *TypeTestFunc = in promoteTypeIds() local
129 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1003 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local
1010 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()