Searched refs:TopScope (Results 1 – 2 of 2) sorted by relevance
3489 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap() local3493 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap()
1694 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local1696 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()1698 return CurScope != TopScope; in isOpenMPLocal()