Searched defs:BasicBlockImpl (Results 1 – 1 of 1) sorted by relevance
106 struct BasicBlockImpl { struct107 LLVMBasicBlockRef lBB_ = nullptr;108 LLVMBasicBlockRef continuation = nullptr;109 bool started = false;110 bool ended = false;111 std::vector<NotMergedPhiDesc> unmergedPhis_;