Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp263 void scanTypeTestUsers(Function *TypeTestFunc, Function *AssumeFunc);
658 void DevirtModule::scanTypeTestUsers(Function *TypeTestFunc, in scanTypeTestUsers() argument
666 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()
704 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local
745 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
783 Function *TypeTestFunc = in run() local
789 if ((!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()
794 if (TypeTestFunc && AssumeFunc) in run()
795 scanTypeTestUsers(TypeTestFunc, AssumeFunc); in run()
DLowerTypeTests.cpp871 Function *TypeTestFunc = in lower() local
873 if (!TypeTestFunc || TypeTestFunc->use_empty()) in lower()
898 for (const Use &U : TypeTestFunc->uses()) { in lower()