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.h105 struct BasicBlockImpl { struct
106 LLVMBasicBlockRef lBB_ = nullptr;
107 LLVMBasicBlockRef continuation = nullptr;
108 bool started = false;
109 bool ended = false;
110 std::vector<NotMergedPhiDesc> unmergedPhis_;