Home
last modified time | relevance | path

Searched refs:noReturn (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp86 Label *noReturn = pg_->AllocLabel(); in Close() local
90 pg_->BranchIfTrue(node_, noReturn); in Close()
108 pg_->BranchIfUndefined(node_, noReturn); in Close()
139 pg_->SetLabel(node_, noReturn); in Close()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dprune_deopt.cpp59 auto noReturn = IsNoReturn(bundle->Inputs); in run() local
62 if (noReturn) { in run()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.h163 ArenaVector<llvm::OperandBundleDef> CreateSaveStateBundle(Inst *inst, bool noReturn = false);
H A Dllvm_ir_constructor.cpp1092 bool noReturn = GetGraph()->GetRuntime()->IsEntrypointNoreturn(eid); in CreateEntrypointCall() local
1095 CreateSaveStateBundle(inst, noReturn)); in CreateEntrypointCall()
2039 ArenaVector<llvm::OperandBundleDef> LLVMIrConstructor::CreateSaveStateBundle(Inst *inst, bool noReturn) in CreateSaveStateBundle() argument
2074 uint32_t flags = (inst->RequireRegMap() ? 1U : 0U) | (noReturn ? 2U : 0U); in CreateSaveStateBundle()

Completed in 15 milliseconds