Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp85 struct OMPInformationCache : public InformationCache { struct
86 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() argument
98 struct InternalControlVarInfo {
125 struct RuntimeFunctionInfo {
218 OpenMPIRBuilder OMPBuilder;
223 RFIs;
228 ICVs;
232 void initializeInternalControlVars() { in initializeInternalControlVars()
271 static bool declMatchesRTFTypes(Function *F, Type *RTFRetType, in declMatchesRTFTypes()
295 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()
[all …]