Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp21 FromScopes.clear(); in Init()
83 FromScopes.push_back({S, ParentScope}); in BuildScopeInformation()
137 for (const auto &S : FromScopes) { in Detect()
H A DVarBypassDetector.h44 llvm::SmallVector<std::pair<const Stmt *, unsigned>, 16> FromScopes; variable