Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp282 struct OMPInformationCache : public InformationCache { struct
283 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() function
309 struct InternalControlVarInfo {
336 struct RuntimeFunctionInfo {
434 OpenMPIRBuilder OMPBuilder;
439 RFIs;
442 DenseMap<Function *, RuntimeFunction> RuntimeFunctionIDMap;
447 ICVs;
451 void initializeInternalControlVars() { in initializeInternalControlVars()
490 static bool declMatchesRTFTypes(Function *F, Type *RTFRetType, in declMatchesRTFTypes()
[all …]