Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp119 struct OMPInformationCache : public InformationCache { struct
120 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() function
132 struct InternalControlVarInfo {
159 struct RuntimeFunctionInfo {
252 OpenMPIRBuilder OMPBuilder;
257 RFIs;
262 ICVs;
266 void initializeInternalControlVars() { in initializeInternalControlVars()
305 static bool declMatchesRTFTypes(Function *F, Type *RTFRetType, in declMatchesRTFTypes()
329 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()
[all …]