Lines Matching defs:OnlyLocal
274 /// @param OnlyLocal If non-nullptr, restricts walking to a single
281 ScopStmt *OnlyLocal = nullptr) {
323 if (OnlyLocal && Stmt != OnlyLocal)
378 if (OnlyLocal && Stmt != OnlyLocal)
408 ScopStmt *OnlyLocal) {
412 if (OnlyLocal) {
413 addRoots(OnlyLocal, RootInsts, RootAccs, true);
419 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal);