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

/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp47 class MBBInfo { class in namespace:__anon26054
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...]
H A DMipsLongBranch.cpp52 struct MBBInfo { struct in namespace:__anon26053
57 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {} function in struct:__anon26053::MBBInfo
83 void expandToLongBranch(MBBInfo &Info);
87 SmallVector<MBBInfo, 16> MBBInfos;
248 void MipsLongBranch::expandToLongBranch(MBBInfo &I) {
465 SmallVectorImpl<MBBInfo>::iterator I, E = MBBInfos.end();
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp75 struct MBBInfo { struct in namespace:__anon26159
90 MBBInfo() function in struct:__anon26159::MBBInfo
144 void skipNonTerminators(BlockPosition &Position, MBBInfo &Block);
159 SmallVector<MBBInfo, 16> MBBs;
177 MBBInfo &Block) {
274 MBBInfo &Block = MBBs[I];
310 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp190 struct MBBInfo { struct in class:__anon26006::Thumb2SizeReduce
196 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} function in struct:__anon26006::Thumb2SizeReduce::MBBInfo
199 SmallVector<MBBInfo, 8> BlockInfo;
926 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()];
998 MBBInfo &Info = BlockInfo[MBB.getNumber()];

Completed in 91 milliseconds