Searched refs:TypeTestFunc (Results 1 – 5 of 5) sorted by relevance
148 Function *TypeTestFunc = in splitGlobals() local152 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
1791 Function *TypeTestFunc = in lower() local1794 if (DropTypeTests && TypeTestFunc) { in lower()1795 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()1832 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()1838 if (TypeTestFunc) { in lower()1839 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()2067 if (TypeTestFunc) { in lower()2068 for (const Use &U : TypeTestFunc->uses()) { in lower()
558 scanTypeTestUsers(Function *TypeTestFunc,1782 Function *TypeTestFunc, in scanTypeTestUsers() argument1789 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()1859 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local1901 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()2031 Function *TypeTestFunc = in run() local2041 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()2051 if (TypeTestFunc && AssumeFunc) in run()2052 scanTypeTestUsers(TypeTestFunc, TypeIdMap); in run()
127 if (Function *TypeTestFunc = in promoteTypeIds() local129 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
962 Function *TypeTestFunc = RegularLTO.CombinedModule->getFunction( in checkPartiallySplit() local969 if ((TypeTestFunc && !TypeTestFunc->use_empty()) || in checkPartiallySplit()