Home
last modified time | relevance | path

Searched refs:OnlyLocal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp281 ScopStmt *OnlyLocal = nullptr) { in walkReachable() argument
323 if (OnlyLocal && Stmt != OnlyLocal) in walkReachable()
378 if (OnlyLocal && Stmt != OnlyLocal) in walkReachable()
408 ScopStmt *OnlyLocal) { in markReachable() argument
412 if (OnlyLocal) { in markReachable()
413 addRoots(OnlyLocal, RootInsts, RootAccs, true); in markReachable()
419 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal); in markReachable()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DVirtualInstruction.h310 ScopStmt *OnlyLocal = nullptr);