Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp349 llvm::Value *LocValue = nullptr; in emitUpdateLocation() local
352 LocValue = I->second.DebugLoc; in emitUpdateLocation()
355 if (LocValue == nullptr) { in emitUpdateLocation()
361 LocValue = AI; in emitUpdateLocation()
365 CGF.Builder.CreateMemCpy(LocValue, getOrCreateDefaultLocation(Flags), in emitUpdateLocation()
371 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, in emitUpdateLocation()
392 return LocValue; in emitUpdateLocation()