Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp146 Function *TypeTestFunc = in splitGlobals() local
152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
H A DWholeProgramDevirt.cpp604 scanTypeTestUsers(Function *TypeTestFunc,
858 Function *TypeTestFunc = in updatePublicTypeTestCalls() local
863 TypeTestFunc, {CI->getArgOperand(0), CI->getArgOperand(1)}, in updatePublicTypeTestCalls()
1962 Function *TypeTestFunc, in scanTypeTestUsers() argument
1969 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) { in scanTypeTestUsers()
2037 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local
2087 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
2255 Function *TypeTestFunc = in run() local
2267 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()
2279 if (TypeTestFunc && AssumeFunc) in run()
[all …]
H A DLowerTypeTests.cpp1950 static void dropTypeTests(Module &M, Function &TypeTestFunc) { in dropTypeTests() argument
1951 for (Use &U : llvm::make_early_inc_range(TypeTestFunc.uses())) { in dropTypeTests()
1970 Function *TypeTestFunc = in lower() local
1974 if (TypeTestFunc) in lower()
1975 dropTypeTests(M, *TypeTestFunc); in lower()
1983 if (TypeTestFunc || PublicTypeTestFunc) { in lower()
2004 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()
2010 if (TypeTestFunc) in lower()
2011 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) in lower()
2235 if (TypeTestFunc) { in lower()
[all …]
H A DThinLTOBitcodeWriter.cpp125 if (Function *TypeTestFunc = in promoteTypeIds() local
127 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1088 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local
1098 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()