Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp85 struct BlockInfoType { struct
87 bool Live = false;
90 bool UnconditionalBranch = false;
93 bool HasLivePhiNodes = false;
96 bool CFLive = false;
100 InstInfoType *TerminatorLiveInfo = nullptr;
103 BasicBlock *BB = nullptr;
106 Instruction *Terminator = nullptr;
109 unsigned PostOrder;
111 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()