Home
last modified time | relevance | path

Searched defs:IsOptimizedOut (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h411 IsOptimizedOut = 1 << 8, enumerator
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1246 bool IsOptimizedOut() const { return kind_ == StateValueKind::kOptimizedOut; } in IsOptimizedOut() function