Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h505 llvm::SmallVector<UntiedLocalVarsAddressesMap, 4> UntiedLocalVarsStack; variable
H A DCGOpenMPRuntime.cpp11301 UntiedLocalVarsStack[It->second]; in getAddressOfLocalVariable()
11397 return UntiedLocalVarsStack[It->second].count(VD) > 0; in isLocalVarInUntiedTask()
11440 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
11441 CGM.getOpenMPRuntime().UntiedLocalVarsStack.push_back(LocalVars); in UntiedTaskLocalDeclsRAII()
11447 CGM.getOpenMPRuntime().UntiedLocalVarsStack.pop_back(); in ~UntiedTaskLocalDeclsRAII()