Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2040 AutoVarEmission VarEmission = EmitAutoVarAlloca(*PrivateVD); in EmitOMPPrivateLoopCounters() local
2041 EmitAutoVarCleanups(VarEmission); in EmitOMPPrivateLoopCounters()
2043 (void)LoopScope.addPrivate(VD, [&VarEmission]() { in EmitOMPPrivateLoopCounters()
2044 return VarEmission.getAllocatedAddress(); in EmitOMPPrivateLoopCounters()
2055 (void)LoopScope.addPrivate(PrivateVD, [&VarEmission]() { in EmitOMPPrivateLoopCounters()
2056 return VarEmission.getAllocatedAddress(); in EmitOMPPrivateLoopCounters()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1435 auto VarEmission = EmitAutoVarAlloca(*PrivateVD); in EmitOMPPrivateLoopCounters() local
1436 EmitAutoVarCleanups(VarEmission); in EmitOMPPrivateLoopCounters()