Home
last modified time | relevance | path

Searched refs:DoNotPush (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h282 DoNotPush, enumerator
287 ActionToDo Action = ActionToDo::DoNotPush;
H A DCGOpenMPRuntime.cpp11643 : ActionToDo::DoNotPush) {
11645 if (CGM.getLangOpts().OpenMP < 50 || Action == ActionToDo::DoNotPush)
11667 : CGM(CGF.CGM), Action(ActionToDo::DoNotPush) { in LastprivateConditionalRAII()