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

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

Completed in 42 milliseconds