Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp75 struct MBBInfo { struct
77 uint64_t Address;
81 uint64_t Size;
85 unsigned Alignment;
88 unsigned NumTerminators;
90 MBBInfo() in MBBInfo() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A 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
H A DMipsOptimizePICCall.cpp47 class MBBInfo { class
161 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp190 struct MBBInfo { struct in __anon54f630e20111::Thumb2SizeReduce
192 bool HighLatencyCPSR;
194 bool Visited;
196 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} in MBBInfo() function