Searched defs:compilerCtx (Results 1 – 8 of 8) sorted by relevance
101 …[](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.GetGraph()->GetPassManager()->Finalize… in Run()148 …Runner.AddCallbackOnFail([fatalOnErr]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunRegAllocAndCodeGenPass()
173 taskRunner.AddCallbackOnSuccess([]([[maybe_unused]] CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()176 taskRunner.AddCallbackOnFail([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in RunOptimizations()192 CompilerContext<RUNNER_MODE> &compilerCtx) in CheckCompilation()252 taskRunner.AddFinalize([jitStats](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()267 arch](CompilerContext<RUNNER_MODE> &compilerCtx) { in JITCompileMethod()273 [](CompilerContext<RUNNER_MODE> &compilerCtx) { compilerCtx.SetCompilationStatus(false); }); in JITCompileMethod()
74 auto &compilerCtx = taskRunner.GetContext(); in InPlaceCompileMethod() local
73 auto &compilerCtx = taskRunner.GetContext(); in BackgroundCompileMethod() local
920 taskRunner.AddFinalize([](compiler::CompilerContext<RUNNER_MODE> &compilerCtx) { in StartCompileMethod()
68 … [&success]([[maybe_unused]] compiler::InPlaceCompilerContext &compilerCtx) { success = false; }); in Compile()
688 … [&graph = ctx->graph](InPlaceCompilerContext &compilerCtx) { graph = compilerCtx.GetGraph(); }); in CompileInGraph()691 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in CompileInGraph()779 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in RunOptimizations()
1037 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()1088 …taskRunner.AddCallbackOnFail([&success]([[maybe_unused]] InPlaceCompilerContext &compilerCtx) { su… in TEST_F()