Searched refs:LabelAndGotoScopes (Results 1 – 1 of 1) sorted by relevance
66 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in __anond99f67050111::JumpScopeChecker296 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()301 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()317 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()400 LabelAndGotoScopes[SubStmt] = ParentScope; in BuildScopeInformation()552 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC))) in VerifyJumps()607 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()609 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps()627 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()629 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps()[all …]