Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h41 struct BasicBlockInfo { struct
73 BasicBlockInfo() = default; argument
78 unsigned internalKnownBits() const { in internalKnownBits()
91 unsigned PO = Offset + Size;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp49 struct BasicBlockInfo { struct in __anona32f85a80111::BranchRelaxation
54 unsigned Offset = 0;
61 unsigned Size = 0;
67 unsigned postOffset(const MachineBasicBlock &MBB) const { in postOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp204 struct BasicBlockInfo { struct in __anon7630aad20111::MipsConstantIslands
214 unsigned Offset = 0;
221 unsigned Size = 0;
225 unsigned postOffset() const { return Offset + Size; } in postOffset()