Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp75 struct MBBInfo { struct
77 uint64_t Address;
81 uint64_t Size;
85 unsigned Alignment;
88 unsigned NumTerminators;
90 MBBInfo() in MBBInfo() argument
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp53 struct MBBInfo { struct
54 uint64_t Size, Address;
55 bool HasLongBranch;
56 MachineInstr *Br;
58 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {} in MBBInfo() function
DMipsOptimizePICCall.cpp47 class MBBInfo { class
161 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp191 struct MBBInfo { struct in __anon007715510111::Thumb2SizeReduce
193 bool HighLatencyCPSR;
195 bool Visited;
197 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} in MBBInfo() argument