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