Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp87 struct BlockInfoType { struct
89 bool Live = false;
92 bool UnconditionalBranch = false;
95 bool HasLivePhiNodes = false;
98 bool CFLive = false;
102 InstInfoType *TerminatorLiveInfo = nullptr;
105 BasicBlock *BB = nullptr;
108 Instruction *Terminator = nullptr;
111 unsigned PostOrder;
113 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()