Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1941 using EmittedClosureTy = std::pair<llvm::Function *, llvm::Value *>; typedef
1945 static EmittedClosureTy emitCapturedStmtFunc(CodeGenFunction &ParentCGF, in emitCapturedStmtFunc()
1959 emitCapturedStmtCall(CodeGenFunction &ParentCGF, EmittedClosureTy Cap, in emitCapturedStmtCall()
2030 EmittedClosureTy DistanceClosure = emitCapturedStmtFunc(*this, DistanceFunc); in EmitOMPCanonicalLoop()
2032 EmittedClosureTy LoopVarClosure = emitCapturedStmtFunc(*this, LoopVarFunc); in EmitOMPCanonicalLoop()