Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h499 llvm::SmallVector<UntiedLocalVarsAddressesMap, 4> UntiedLocalVarsStack; variable
H A DCGOpenMPRuntime.cpp11397 UntiedLocalVarsStack[It->second]; in getAddressOfLocalVariable()
11493 return UntiedLocalVarsStack[It->second].count(VD) > 0; in isLocalVarInUntiedTask()
11536 CGF.CurFn, CGM.getOpenMPRuntime().UntiedLocalVarsStack.size()); in UntiedTaskLocalDeclsRAII()
11537 CGM.getOpenMPRuntime().UntiedLocalVarsStack.push_back(LocalVars); in UntiedTaskLocalDeclsRAII()
11543 CGM.getOpenMPRuntime().UntiedLocalVarsStack.pop_back(); in ~UntiedTaskLocalDeclsRAII()