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() argument
296 struct InternalControlVarInfo {
323 struct RuntimeFunctionInfo {
421 OpenMPIRBuilder OMPBuilder;
426 RFIs;
429 DenseMap<Function *, RuntimeFunction> RuntimeFunctionIDMap;
434 ICVs;
438 void initializeInternalControlVars() { in initializeInternalControlVars()
477 static bool declMatchesRTFTypes(Function *F, Type *RTFRetType, in declMatchesRTFTypes()
[all …]