Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp48 struct BasicBlockInfo { struct in __anonb12d89e90111::BranchRelaxation
53 unsigned Offset = 0;
60 unsigned Size = 0;
66 unsigned postOffset(const MachineBasicBlock &MBB) const { in postOffset()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp87 struct BasicBlockInfo { struct in __anona1ac4df50111::CSKYConstantIslands
97 unsigned Offset = 0;
104 unsigned Size = 0;
108 unsigned postOffset() const { return Offset + Size; } in postOffset()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp204 struct BasicBlockInfo { struct in __anone90db4530111::MipsConstantIslands
214 unsigned Offset = 0;
221 unsigned Size = 0;
225 unsigned postOffset() const { return Offset + Size; } in postOffset()