Home
last modified time | relevance | path

Searched defs:noReturn (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp86 Label *noReturn = pg_->AllocLabel(); in Close() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dprune_deopt.cpp59 auto noReturn = IsNoReturn(bundle->Inputs); in run() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1467 bool noReturn = GetGraph()->GetRuntime()->IsEntrypointNoreturn(eid); in CreateEntrypointCall() local
2342 …aVector<llvm::OperandBundleDef> LLVMIrConstructor::CreateSaveStateBundle(Inst *inst, bool noReturn) in CreateSaveStateBundle()