Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h92 struct BasicBlockImpl { struct
93 LLVMBasicBlockRef lBB_ = nullptr;
94 LLVMBasicBlockRef continuation = nullptr;
95 bool started = false;
96 bool ended = false;
97 std::vector<NotMergedPhiDesc> unmergedPhis_;