Home
last modified time | relevance | path

Searched refs:TypeTestFunc (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp145 Function *TypeTestFunc = in splitGlobals() local
149 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
DWholeProgramDevirt.cpp450 void scanTypeTestUsers(Function *TypeTestFunc, Function *AssumeFunc);
1337 void DevirtModule::scanTypeTestUsers(Function *TypeTestFunc, in scanTypeTestUsers() argument
1345 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()
1382 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local
1423 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
1535 Function *TypeTestFunc = in run() local
1545 (!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()
1550 if (TypeTestFunc && AssumeFunc) in run()
1551 scanTypeTestUsers(TypeTestFunc, AssumeFunc); in run()
DLowerTypeTests.cpp1689 Function *TypeTestFunc = in lower() local
1693 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in lower()
1699 if (TypeTestFunc) { in lower()
1700 for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end(); in lower()
1907 if (TypeTestFunc) { in lower()
1908 for (const Use &U : TypeTestFunc->uses()) { in lower()
DThinLTOBitcodeWriter.cpp104 if (Function *TypeTestFunc = in promoteTypeIds() local
106 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()