Home
last modified time | relevance | path

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

/freebsd/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;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp42 struct BasicBlockInfo { struct in __anon0e7fc7e10111::GCNPreRALongBranchReg
45 uint64_t Offset = 0;
47 uint64_t Size = 0;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp51 struct BasicBlockInfo { struct in __anon6cb7e2b90111::BranchRelaxation
56 unsigned Offset = 0;
63 unsigned Size = 0;
69 unsigned postOffset(const MachineBasicBlock &MBB) const { in postOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp86 struct BasicBlockInfo { struct in __anon0b57eac50111::CSKYConstantIslands
96 unsigned Offset = 0;
103 unsigned Size = 0;
107 unsigned postOffset() const { return Offset + Size; } in postOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp202 struct BasicBlockInfo { struct in __anon52b951230111::MipsConstantIslands
212 unsigned Offset = 0;
219 unsigned Size = 0;
223 unsigned postOffset() const { return Offset + Size; } in postOffset()