Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp86 struct BlockInfoType { struct
88 bool Live = false;
91 bool UnconditionalBranch = false;
94 bool HasLivePhiNodes = false;
97 bool CFLive = false;
101 InstInfoType *TerminatorLiveInfo = nullptr;
104 BasicBlock *BB = nullptr;
107 Instruction *Terminator = nullptr;
110 unsigned PostOrder;
112 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()