Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp280 ScopStmt *OnlyLocal = nullptr) { in walkReachable() argument
322 if (OnlyLocal && Stmt != OnlyLocal) in walkReachable()
377 if (OnlyLocal && Stmt != OnlyLocal) in walkReachable()
407 ScopStmt *OnlyLocal) { in markReachable() argument
411 if (OnlyLocal) { in markReachable()
412 addRoots(OnlyLocal, RootInsts, RootAccs, true); in markReachable()
418 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal); in markReachable()
/external/llvm-project/polly/include/polly/Support/
DVirtualInstruction.h308 ScopStmt *OnlyLocal = nullptr);