Searched refs:GlobalReads (Results 1 – 2 of 2) sorted by relevance
56 SmallVector<std::pair<ScopStmt *, Instruction *>, 16> GlobalReads; variable
1821 GlobalReads.emplace_back(Stmt, CI); in buildAccessCallInst()3685 for (auto GlobalReadPair : GlobalReads) { in buildScop()