Searched defs:BBInfo (Results 1 – 8 of 8) sorted by relevance
109 struct BBInfo { struct in __anon567aac9c0111::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 …]
101 struct BBInfo { struct103 bool reachable;107 RegMap vregsLiveIn;111 RegSet regsKilled;115 RegSet regsLiveOut;119 RegSet vregsPassed;123 RegSet vregsRequired;126 BlockSet Preds, Succs;128 BBInfo() : reachable(false) {} in BBInfo() function132 bool addPassed(unsigned Reg) { in addPassed()[all …]
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
56 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
475 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
241 std::vector<BasicBlockInfo> BBInfo; member in __anonb36f20960111::MipsConstantIslands
159 std::vector<BasicBlockInfo> BBInfo; member in __anonfec768e40111::ARMConstantIslands