Searched refs:LabelAndGotoScopes (Results 1 – 1 of 1) sorted by relevance
66 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in __anond99f67050111::JumpScopeChecker297 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()302 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()322 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()536 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()565 LabelAndGotoScopes[SubStmt] = ParentScope; in BuildScopeInformation()606 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC))) in VerifyJumps()661 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()663 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps()681 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()[all …]