Searched defs:BBInfo (Results 1 – 10 of 10) sorted by relevance
109 struct BBInfo { struct in __anon959a42170111::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 …]
98 struct BBInfo { struct100 bool reachable;104 RegMap vregsLiveIn;108 RegSet regsKilled;112 RegSet regsLiveOut;116 RegSet vregsPassed;120 RegSet vregsRequired;123 BlockSet Preds, Succs;125 BBInfo() : reachable(false) {} in BBInfo() function129 bool addPassed(unsigned Reg) { in addPassed()[all …]
190 struct BBInfo { struct191 BBInfo *Group;192 uint32_t Index;193 uint32_t Rank;195 BBInfo(unsigned IX) : Group(this), Index(IX), Rank(0) {} in BBInfo() function198 const std::string infoString() const { in infoString()
62 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local157 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
175 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
56 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
485 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
241 std::vector<BasicBlockInfo> BBInfo; member in __anon830131510111::MipsConstantIslands
420 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
159 std::vector<BasicBlockInfo> BBInfo; member in __anon57980edf0111::ARMConstantIslands