HomeSort by relevance Sort by last modified time
    Searched refs:TypeTestFunc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 263 void scanTypeTestUsers(Function *TypeTestFunc, Function *AssumeFunc);
658 void DevirtModule::scanTypeTestUsers(Function *TypeTestFunc,
666 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end();
704 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test);
745 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue});
783 Function *TypeTestFunc =
789 if ((!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc ||
794 if (TypeTestFunc && AssumeFunc
    [all...]
LowerTypeTests.cpp 871 Function *TypeTestFunc =
873 if (!TypeTestFunc || TypeTestFunc->use_empty())
    [all...]

Completed in 369 milliseconds