Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GI

2348   GuardInfo *GI = nullptr;
2350 GI = &ThreadLocalGuardVariableMap[D.getDeclContext()];
2352 GI = &GuardVariableMap[D.getDeclContext()];
2354 llvm::GlobalVariable *GuardVar = GI ? GI->Guard : nullptr;
2366 GuardNum = GI->BitIndex++;
2401 if (GI && !HasPerVariableGuard)
2402 GI->Guard = GuardVar;