Searched refs:GlobalReadPair (Results 1 – 1 of 1) sorted by relevance
3685 for (auto GlobalReadPair : GlobalReads) { in buildScop() local3686 ScopStmt *GlobalReadStmt = GlobalReadPair.first; in buildScop()3687 Instruction *GlobalRead = GlobalReadPair.second; in buildScop()