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:__anon12672
58 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {} function in struct:__anon12672::MBBInfo
82 void expandToLongBranch(MBBInfo &Info);
86 SmallVector<MBBInfo, 16> MBBInfos;
252 void MipsLongBranch::expandToLongBranch(MBBInfo &I) {
471 SmallVectorImpl<MBBInfo>::iterator I, E = MBBInfos.end();
H A DMipsOptimizePICCall.cpp47 class MBBInfo { class in namespace:__anon12674
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.cpp75 struct MBBInfo { struct in namespace:__anon12759
90 MBBInfo() function in struct:__anon12759::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.cpp194 struct MBBInfo { struct in class:__anon12561::Thumb2SizeReduce
200 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} function in struct:__anon12561::Thumb2SizeReduce::MBBInfo
203 SmallVector<MBBInfo, 8> BlockInfo;
944 const MBBInfo &PInfo = BlockInfo[Pred->getNumber()];
1016 MBBInfo &Info = BlockInfo[MBB.getNumber()];

Completed in 229 milliseconds