Searched refs:RTLoc (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGOpenMPRuntime.cpp | 1154 auto *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local 1156 [this, OutlinedFn, CapturedStruct, RTLoc](CodeGenFunction &CGF) { in emitParallelCall() 1160 RTLoc, in emitParallelCall() 1169 auto &&ElseGen = [this, OutlinedFn, CapturedStruct, RTLoc, Loc]( in emitParallelCall() 1174 llvm::Value *Args[] = {RTLoc, ThreadID}; in emitParallelCall()
|