Searched refs:registerAAsForFunction (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2071 static void registerAAsForFunction(Attributor &A, const Function &F);
5554 registerAAsForFunction(A, *F);
5558 void OpenMPOpt::registerAAsForFunction(Attributor &A, const Function &F) { function in class:OpenMPOpt
5800 AC.InitializationCallback = OpenMPOpt::registerAAsForFunction;
5881 AC.InitializationCallback = OpenMPOpt::registerAAsForFunction;

Completed in 117 milliseconds