Searched refs:getCriticalRegionLock (Results 1 – 2 of 2) sorted by relevance
358 llvm::Value *getCriticalRegionLock(StringRef CriticalName);
1243 llvm::Value *CGOpenMPRuntime::getCriticalRegionLock(StringRef CriticalName) { in getCriticalRegionLock() function in CGOpenMPRuntime1276 getCriticalRegionLock(CriticalName)}; in emitCriticalRegion()2581 auto *Lock = getCriticalRegionLock(".reduction"); in emitReduction()