Home
last modified time | relevance | path

Searched defs:BasicBlockInfo (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h41 struct BasicBlockInfo { struct
73 BasicBlockInfo() = default; argument
78 unsigned internalKnownBits() const { in internalKnownBits()
91 unsigned PO = Offset + Size;
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp42 struct BasicBlockInfo { struct in __anon6d3204560111::GCNPreRALongBranchReg
45 uint64_t Offset = 0;
47 uint64_t Size = 0;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp50 struct BasicBlockInfo { struct in __anon0924a64e0111::BranchRelaxation
55 unsigned Offset = 0;
62 unsigned Size = 0;
68 unsigned postOffset(const MachineBasicBlock &MBB) const { in postOffset()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp87 struct BasicBlockInfo { struct in __anon5bc9ec9a0111::CSKYConstantIslands
97 unsigned Offset = 0;
104 unsigned Size = 0;
108 unsigned postOffset() const { return Offset + Size; } in postOffset()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp204 struct BasicBlockInfo { struct in __anona32b52f80111::MipsConstantIslands
214 unsigned Offset = 0;
221 unsigned Size = 0;
225 unsigned postOffset() const { return Offset + Size; } in postOffset()