Searched refs:TypeTestFunc (Results 1 – 5 of 5) sorted by relevance
148 Function *TypeTestFunc = in splitGlobals() local152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
553 scanTypeTestUsers(Function *TypeTestFunc,1766 Function *TypeTestFunc, in scanTypeTestUsers() argument1773 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()1843 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local1885 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()2015 Function *TypeTestFunc = in run() local2025 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()2035 if (TypeTestFunc && AssumeFunc) in run()2036 scanTypeTestUsers(TypeTestFunc, TypeIdMap); in run()
1785 Function *TypeTestFunc = in lower() local1788 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()
106 if (Function *TypeTestFunc = in promoteTypeIds() local108 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
962 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local969 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()