Searched defs:BBInfo (Results 1 – 9 of 9) sorted by relevance
109 struct BBInfo { struct in __anoncb5cb10f0111::IfConverter110 bool IsDone : 1;111 bool IsBeingAnalyzed : 1;112 bool IsAnalyzed : 1;113 bool IsEnqueued : 1;114 bool IsBrAnalyzable : 1;115 bool HasFallThrough : 1;116 bool IsUnpredicable : 1;117 bool CannotBeCopied : 1;118 bool ClobbersPred : 1;[all …]
99 struct BBInfo { struct101 bool reachable;105 RegMap vregsLiveIn;109 RegSet regsKilled;113 RegSet regsLiveOut;117 RegSet vregsPassed;121 RegSet vregsRequired;124 BlockSet Preds, Succs;126 BBInfo() : reachable(false) {} in BBInfo() function130 bool addPassed(unsigned Reg) { in addPassed()[all …]
158 struct BBInfo { struct159 MCTextAtom *Atom;160 MCBasicBlock *BB;161 BBInfoSetTy Succs;162 BBInfoSetTy Preds;163 MCObjectDisassembler::AddressSetTy SuccAddrs;165 BBInfo() : Atom(nullptr), BB(nullptr) {} in BBInfo() function167 void addSucc(BBInfo &Succ) { in addSucc()
63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local158 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
179 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
372 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
56 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
240 std::vector<BasicBlockInfo> BBInfo; member in __anon829e72490111::MipsConstantIslands
159 std::vector<BasicBlockInfo> BBInfo; member in __anonfa80b1d70111::ARMConstantIslands