Searched refs:TypeTestFunc (Results 1 – 5 of 5) sorted by relevance
145 Function *TypeTestFunc = in splitGlobals() local149 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
491 void scanTypeTestUsers(Function *TypeTestFunc);1565 void DevirtModule::scanTypeTestUsers(Function *TypeTestFunc) { in scanTypeTestUsers() argument1572 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()1612 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local1654 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()1784 Function *TypeTestFunc = in run() local1794 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()1799 if (TypeTestFunc && AssumeFunc) in run()1800 scanTypeTestUsers(TypeTestFunc); in run()
1761 Function *TypeTestFunc = in lower() local1765 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()1771 if (TypeTestFunc) { in lower()1772 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()1999 if (TypeTestFunc) { in lower()2000 for (const Use &U : TypeTestFunc->uses()) { in lower()
105 if (Function *TypeTestFunc = in promoteTypeIds() local107 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
866 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local873 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()