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.cpp49 struct BasicBlockInfo { global() struct in __anon6cb7e2b90111::BranchRelaxation
54 Offset__anon6cb7e2b90111::BranchRelaxation::BasicBlockInfo global() argument
61 Size__anon6cb7e2b90111::BranchRelaxation::BasicBlockInfo global() argument
67 postOffset__anon6cb7e2b90111::BranchRelaxation::BasicBlockInfo postOffset() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp87 struct BasicBlockInfo { struct in __anon0b57eac50111::CSKYConstantIslands
97 unsigned Offset = 0;
104 unsigned Size = 0;
108 unsigned postOffset() const { return Offset + Size; } in postOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp204 struct BasicBlockInfo { struct in __anon52b951230111::MipsConstantIslands
214 unsigned Offset = 0;
221 unsigned Size = 0;
225 unsigned postOffset() const { return Offset + Size; } in postOffset()