Home
last modified time | relevance | path

Searched refs:IsEnqueued (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp139 bool IsEnqueued : 1; member
156 IsAnalyzed(false), IsEnqueued(false), IsBrAnalyzable(false), in BBInfo()
503 BBI.IsEnqueued = false; in INITIALIZE_PASS_DEPENDENCY()
504 if (!BBI.IsEnqueued) in INITIALIZE_PASS_DEPENDENCY()
507 BBI.IsEnqueued = false; in INITIALIZE_PASS_DEPENDENCY()
1424 BBI.IsEnqueued = Enqueued; in AnalyzeBlock()
1467 PBBI.IsEnqueued = false; in InvalidatePreds()
1656 if (PBBI.IsEnqueued) { in IfConvertTriangle()
1658 PBBI.IsEnqueued = false; in IfConvertTriangle()
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.h91 bool IsEnqueued(Handle<SharedFunctionInfo> function) const;
Dlazy-compile-dispatcher.cc187 bool LazyCompileDispatcher::IsEnqueued( in IsEnqueued() function in v8::internal::LazyCompileDispatcher
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc710 isolate->lazy_compile_dispatcher()->IsEnqueued(sfi)) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2013 if (dispatcher && dispatcher->IsEnqueued(shared_info)) { in Compile()