Searched defs:MBBInfo (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp53 struct MBBInfo { struct in namespace:__anon13201
58 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {} function in struct:__anon13201::MBBInfo
86 void expandToLongBranch(MBBInfo &Info);
90 SmallVector<MBBInfo, 16> MBBInfos;
255 void MipsLongBranch::expandToLongBranch(MBBInfo &I) {
481 SmallVectorImpl<MBBInfo>::iterator I, E = MBBInfos.end();
H A DMipsOptimizePICCall.cpp47 class MBBInfo { class in namespace:__anon13203
49 MBBInfo(MachineDomTreeNode *N);
75 bool visitNode(MBBInfo &MBBI);
161 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} function in class:MBBInfo
163 const MachineDomTreeNode *MBBInfo::getNode() const { return Node; }
165 bool MBBInfo::isVisited() const { return HTScope; }
167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) {
171 void MBBInfo::postVisit() {
184 SmallVector<MBBInfo,
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp74 struct MBBInfo { struct in namespace:__anon13290
89 MBBInfo() function in struct:__anon13290::MBBInfo
147 void skipNonTerminators(BlockPosition &Position, MBBInfo &Block);
162 SmallVector<MBBInfo, 16> MBBs;
180 MBBInfo &Block) {
277 MBBInfo &Block = MBBs[I];
313 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp202 struct MBBInfo { struct in class:__anon13063::Thumb2SizeReduce
208 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} function in struct:__anon13063::Thumb2SizeReduce::MBBInfo
211 SmallVector<MBBInfo, 8> BlockInfo;
992 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()];
1064 MBBInfo &Info = BlockInfo[MBB.getNumber()];

Completed in 334 milliseconds