Lines Matching defs:OMPInformationCache
85 struct OMPInformationCache : public InformationCache { struct
86 OMPInformationCache(Module &M, AnalysisGetter &AG, in OMPInformationCache() function
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()
322 void recollectUses() { in recollectUses()
332 void initializeRuntimeFunctions() { in initializeRuntimeFunctions()
388 SmallPtrSetImpl<Kernel> &Kernels;