Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h106 struct BasicBlockImpl { struct
107 LLVMBasicBlockRef lBB_ = nullptr;
108 LLVMBasicBlockRef continuation = nullptr;
109 bool started = false;
110 bool ended = false;
111 std::vector<NotMergedPhiDesc> unmergedPhis_;