Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8629 llvm::DenseMap<llvm::Value *, llvm::Value *> &LambdaPointers) const { in generateInfoForLambdaCaptures()
8644 LambdaPointers.try_emplace(ThisLVal.getPointer(CGF), in generateInfoForLambdaCaptures()
8672 LambdaPointers.try_emplace(VarLVal.getPointer(CGF), in generateInfoForLambdaCaptures()
8685 LambdaPointers.try_emplace(VarLVal.getPointer(CGF), in generateInfoForLambdaCaptures()
8706 const llvm::DenseMap<llvm::Value *, llvm::Value *> &LambdaPointers, in adjustMemberOfForLambdaCaptures() argument
8716 llvm::Value *BasePtr = LambdaPointers.lookup(BasePointers[I]); in adjustMemberOfForLambdaCaptures()
9512 llvm::DenseMap<llvm::Value *, llvm::Value *> LambdaPointers; in genMapInfoForCaptures() local
9555 CurInfo, LambdaPointers); in genMapInfoForCaptures()
9571 OMPBuilder, LambdaPointers, CombinedInfo.BasePointers, in genMapInfoForCaptures()