Searched defs:cfg (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | code_generator.h | 49 …orStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationConfig *cfg) in RunForStub() 59 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| D | stub.cpp | 46 void Stub::GenerateCircuit(const CompilationConfig *cfg) in GenerateCircuit()
|
| D | assembler_module.cpp | 27 void AssemblerModule::Run(const CompilationConfig *cfg, Chunk* chunk) in Run()
|
| D | llvm_codegen.cpp | 218 const CompilationConfig *cfg) in GenerateCodeForStub() 226 …orImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in GenerateCode()
|
| D | circuit_builder.h | 834 void SetCompilationConfig(const CompilationConfig *cfg) in SetCompilationConfig()
|
| D | scheduler.cpp | 450 void Scheduler::Print(const std::vector<std::vector<GateRef>> *cfg, const Circuit *circuit) in Print()
|
| D | llvm_ir_builder.cpp | 59 … LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, in LLVMIRBuilder() 2390 CompilationConfig cfg(tripleStr_); in LLVMModule() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 532 …tFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength()
|