Home
last modified time | relevance | path

Searched defs:OMPInformationCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp188 struct OMPInformationCache : public InformationCache { struct
189 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() function
201 struct InternalControlVarInfo {
228 struct RuntimeFunctionInfo {
326 OpenMPIRBuilder OMPBuilder;
331 RFIs;
334 DenseMap<Function *, RuntimeFunction> RuntimeFunctionIDMap;
339 ICVs;
343 void initializeInternalControlVars() { in initializeInternalControlVars()
382 static bool declMatchesRTFTypes(Function *F, Type *RTFRetType, in declMatchesRTFTypes()
[all …]