Searched refs:TypeTestFunc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 263 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()
|
D | LowerTypeTests.cpp | 871 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/ |
D | GlobalSplit.cpp | 145 Function *TypeTestFunc = in splitGlobals() local 149 if ((!TypeTestFunc || TypeTestFunc->use_empty()) && in splitGlobals()
|
D | WholeProgramDevirt.cpp | 450 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()
|
D | LowerTypeTests.cpp | 1689 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()
|
D | ThinLTOBitcodeWriter.cpp | 104 if (Function *TypeTestFunc = in promoteTypeIds() local 106 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds()
|