Searched refs:TypeTestFunc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalSplit.cpp | 176 Function *TypeTestFunc = in splitGlobals() local 182 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
|
H A D | WholeProgramDevirt.cpp | 604 scanTypeTestUsers(Function *TypeTestFunc, 858 Function *TypeTestFunc = in updatePublicTypeTestCalls() local 863 TypeTestFunc, {CI->getArgOperand(0), CI->getArgOperand(1)}, in updatePublicTypeTestCalls() 1954 Function *TypeTestFunc, in scanTypeTestUsers() argument 1961 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) { in scanTypeTestUsers() 2029 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local 2079 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers() 2247 Function *TypeTestFunc = in run() local 2259 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run() 2271 if (TypeTestFunc && AssumeFunc) in run() [all …]
|
H A D | LowerTypeTests.cpp | 1952 static void dropTypeTests(Module &M, Function &TypeTestFunc) { in dropTypeTests() argument 1953 for (Use &U : llvm::make_early_inc_range(TypeTestFunc.uses())) { in dropTypeTests() 1972 Function *TypeTestFunc = in lower() local 1976 if (TypeTestFunc) in lower() 1977 dropTypeTests(M, *TypeTestFunc); in lower() 1985 if (TypeTestFunc || PublicTypeTestFunc) { in lower() 2006 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower() 2012 if (TypeTestFunc) in lower() 2013 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) in lower() 2237 if (TypeTestFunc) { in lower() [all …]
|
H A D | ThinLTOBitcodeWriter.cpp | 125 if (Function *TypeTestFunc = in promoteTypeIds() local 127 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 919 Function *TypeTestFunc = in computeVirtualCallSiteTypeInfoMap() local 921 if (!TypeTestFunc || TypeTestFunc->use_empty()) in computeVirtualCallSiteTypeInfoMap() 929 for (Use &U : llvm::make_early_inc_range(TypeTestFunc->uses())) { in computeVirtualCallSiteTypeInfoMap()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 1102 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local 1112 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()
|