Searched defs:BasicBlockImpl (Results 1 – 1 of 1) sorted by relevance
92 struct BasicBlockImpl { struct93 LLVMBasicBlockRef lBB_ = nullptr;94 LLVMBasicBlockRef continuation = nullptr;95 bool started = false;96 bool ended = false;97 std::vector<NotMergedPhiDesc> unmergedPhis_;