Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h902 bool WithNowait, bool SimpleReduction);
DCGOpenMPRuntime.cpp4333 bool WithNowait, bool SimpleReduction) { in emitReduction() argument
4452 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_reduce_nowait in emitReduction()
4492 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_end_reduce_nowait in emitReduction()
4602 if (!WithNowait) { in emitReduction()