Lines Matching defs:OutlinedFn
1604 llvm::Function *OutlinedFn =
1637 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn,
5142 llvm::Function *OutlinedFn = CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
5147 TaskGen(*this, OutlinedFn, Data);
5317 llvm::Function *OutlinedFn = CGM.getOpenMPRuntime().emitTaskOutlinedFunction(
5324 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getBeginLoc(), S, OutlinedFn,
5437 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
5439 CGF.CGM.getOpenMPRuntime().emitTaskCall(CGF, S.getBeginLoc(), S, OutlinedFn,
6087 llvm::Function *OutlinedFn =
6093 OutlinedFn, CapturedVars);
6130 llvm::Function *OutlinedFn =
6133 OutlinedFn, CapturedVars);
6914 llvm::Function *OutlinedFn =
6932 CGF.CGM.getOpenMPRuntime().emitTeamsCall(CGF, S, S.getBeginLoc(), OutlinedFn,
7932 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
7934 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond,
7938 OutlinedFn, SharedsTy,