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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.h50 bool AlwaysBypassed = false; member in class:clang::CodeGen::VarBypassDetector
58 return AlwaysBypassed || Bypasses.find(D) != Bypasses.end();
H A DVarBypassDetector.cpp26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope);
27 if (!AlwaysBypassed)

Completed in 71 milliseconds